This document is archived and information here might be outdated.  Recommended version.


ISchematicAlgorithm Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicAlgorithm Interface
ArcGIS Developer Help

ISchematicAlgorithm Interface

Provides access to members that control the schematic algorithm.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Members

Name Description
Read-only property AlgorithmCLSID The CLSID of the algorithm.
Read/write property Available Indicates if the algorithm is currently available.
Read-only property Enabled Indicates if the algorithm is currently enabled.
Method Execute Execute the schematic algorithm.
Read/write property Label The label of the algorithm.
Read/write property Overridable Indicates if the algorithm properties page is editable from ArcMap; that is, enabling the Layout Properties button in ArcMap.
Read/write property PropertySet The property set of the algorithm contains a collection of its parameters and their values.
Read/write property SchematicDiagramClassName The diagram class object used to initialize the algorithm.
Read-only property UseEndNode Indicates if the algorithm use end nodes.
Read-only property UseRootNode Indicates if the algorithm use root nodes.

Classes that implement ISchematicAlgorithm

Classes Description
SchematicAlgoAngleDirected Angle Directed schematic algorithm object.
SchematicAlgoBypassNode Bypass Node schematic algorithm object.
SchematicAlgoCompactTree Compact Tree schematic algorithm object.
SchematicAlgoComposite Composite schematic algorithm object.
SchematicAlgoCompression Compression schematic algorithm object.
SchematicAlgoForceDirected Force Directed schematic algorithm object.
SchematicAlgoGrid Grid schematic algorithm object.
SchematicAlgoInitialPositions Initial Positions schematic algorithm object.
SchematicAlgoLinearDispatch Linear Dispatch schematic algorithm object.
SchematicAlgoMainLineTree Main Line Tree schematic algorithm object.
SchematicAlgoMainRing Main Ring schematic algorithm object.
SchematicAlgoMarkCrossings Mark Crossing schematic algorithm object.
SchematicAlgoOrthogonal Orthogonal schematic algorithm object.
SchematicAlgoPartialOverlappingLinks Partial Overlapping Links schematic algorithm object.
SchematicAlgoRadialTree Radial Tree schematic algorithm object.
SchematicAlgoReduceVertices Reduce Vertices schematic algorithm object.
SchematicAlgoRelativeMainLine RelativeMainLine schematic algorithm object.
SchematicAlgoRestoreSavedPositions Restore Saved Positions schematic algorithm object.
SchematicAlgoRotateNodesAlongLinks Rotate Nodes Along Links schematic algorithm object.
SchematicAlgoRotateTree Rotate Tree schematic algorithm object.
SchematicAlgoSeparateOverlappingLinks Separate Overlapping Links schematic algorithm object.
SchematicAlgoSmartTree Smart Tree schematic algorithm object.
SchematicAlgoSpatialDispatch Spatial Dispatch schematic algorithm object.
SchematicAlgoSquareLinks Square Links schematic algorithm object.
SchematicAnalystFindConnected Find Connected schematic trace analyst object.
SchematicAnalystFindLoops Find Loops schematic trace analyst object.
SchematicAnalystFindOverlappingLinks Find Overlapping Links schematic trace analyst object.
SchematicAnalystFindPath Find Path schematic trace analyst object.