ArcObjects Library Reference (Schematic)  

ISchematicAlgoPartialOverlappingLinks Interface

Provides access to members that control the Partial Overlapping Links schematic algorithm.

Product Availability

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

Members

Description
Read-only property AlgorithmCLSID The CLSID of the algorithm.
Read/write property AttractNodeLinkFactor Parameter value used to quickly decrease the schematic link displacement between link and node when they are connected together.
Read/write property AttractNodesFactor Parameter value used to quickly decrease the schematic nodes displacement between a node and its original position.
Read/write property Available Indicates if the algorithm is currently available.
Read/write property BufferWidth BufferZone width will be used to find links that overlap.
Read-only property Enabled Indicates if the algorithm is currently enabled.
Method Execute Execute the schematic algorithm.
Read/write property GapDistance Distance between the partial links that are overlapping so that they are separated.
Read/write property GeneralizeResult Indicates if resulting geometries are generalized.
Read/write property Label The label of the algorithm.
Read/write property LeftRightHint Indicates if relative left or right positions between links is kept as much as possible.
Read/write property NumberOfIterations Number of Partial Overlapping Links schematic algorithm iterations executed before the final result is shown.
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 RepelLinksFactor Parameter value used to quickly increase the schematic links displacement for links that are very close.
Read/write property RepelNodeLinkFactor Parameter value used to quickly increase the schematic link displacement between link and node when they are not connected together.
Read/write property RepelNodesFactor Parameter value used to quickly increase the schematic nodes displacement for nodes that are very close.
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.

Inherited Interfaces

Interfaces Description
ISchematicAlgorithm Provides access to members that control the schematic algorithm.

CoClasses that implement ISchematicAlgoPartialOverlappingLinks

CoClasses and Classes Description
SchematicAlgoPartialOverlappingLinks Partial Overlapping Links schematic algorithm object.