How to use
See How to use ArcGIS samples for help on compiling, setting up the debugger, and running the sample.
Data has been provided for your use with this sample. It can be found at
<Your ArcGIS Developer Kit Install directory>/Samples/data/Schematics/ContainerSample.gdb.
If the sample has associated data, you will find that the sample's zip file includes a "data" folder alongside the language folders.
However, you will need to update the sample to point to the location of the data once you have extracted all the files.
- Start Visual Studio, open the solution, and build the project.
- Start ArcMap and open a new empty map.
- Click Customize and click Extensions. The Extensions dialog box opens.
- Confirm that neither the Implementation of Schematic Containers (VBNet) nor Implementation of Schematic Containers (C#) extension is checked, and close the Extensions dialog box.
- Click Open Schematic Diagrams on the Schematic toolbar. The Select Schematic Diagrams To Open dialog box opens.
- Browse and select the All schematic diagram located at \DeveloperKit\Samples\data\Schematics\ContainerSample.gdb\ContainerSample_Schematic.
- Start an edit session on the All schematic diagram.
- Right-click the Containers feature layer entry in the TOC under the All schematic diagram layer, click Selection, then click Select All. Three schematic features containers are selected in the diagram.
- Click Selection on the ArcMap menu and click Clear Selected Features.
- Close the edit session on the All schematic diagram. If you are prompted to save, click No.
- Click Customize and click Extensions. The Extensions dialog box opens.
- Check the Implementation of Schematic Containers (VBNet) or Implementation of Schematic Containers (C#) extension (depending on the language you're using) and close the Extensions dialog box.
- Start an edit session on the All schematic diagram. The Containers schematic features now display around the Stations schematic features to which they are related.
- Stop the edit session. If you are prompted to save, click No.
StationsInContainers.vb | Initialization of the containers. |
StationsInContainers.cs | Initialization of the containers. |
Download the files for all languages
See Also:
ISchematicContainerManager interfaceISchematicRelationManager interface
Development licensing | Deployment licensing |
---|---|
ArcView: Schematics | ArcView: Schematics |
ArcEditor: Schematics | ArcEditor: Schematics |
ArcInfo: Schematics | ArcInfo: Schematics |