How to use
See How to use ArcGIS samples for help on compiling, setting up the debugger, and running the sample. 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.
- Open the solution file in Visual Studio and build the project.
- Start ArcMap.
- Open a schematic diagram and start an edit session on the diagram.
- Click the Edit/Move Schematic Features tool on the Schematic Editor toolbar and select an only schematic node in the active diagram.
- Select Translate Tree in the language you're using (C# or VB .NET) from the Layout Task drop-down list.
- Click Layout Algorithm Properties to edit and modify the Translate Tree properties (X and Y translation factors) if needed.
- Click OK.
- Click Apply Layout Task.
TranslateTreePropPage.cs | Implementation for the custom algorithm's property page. |
ITranslateTree.cs | Custom algorithm properties. |
TranslateTree.cs | Implementation for the custom algorithm. |
ApplicativeAlgorithmsCS2008.csproj | Project file for the Translate Tree custom algorithm and its property page. |
ApplicativeAlgorithmsCS2008.sln | C# solution. |
TranslateTreePropPage.vb | Implementation for the custom algorithm's property page. |
ITranslateTree.vb | Custom algorithm properties. |
TranslateTree.vb | Implementation for the custom algorithm. |
ApplicativeAlgorithmsVBNet2008.vbproj | Project file for the Translate Tree custom algorithm and its property page. |
ApplicativeAlgorithmsVBNet2008.sln | VB .NET solution. |
Download the files for all languages
See Also:
ISchematicAlgorithm interfaceISchematicAlgorithmEventsTrigger interface
ISchematicAnalystFindConnected interface
ISchematicInMemoryDiagram interface
ISchematicInMemoryFeature interface
Development licensing | Deployment licensing |
---|---|
ArcEditor: Schematics | ArcView: Schematics |
ArcView: Schematics | ArcEditor: Schematics |
ArcInfo: Schematics | ArcInfo: Schematics |