This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureSubLinkGeometry Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage the schematic in memory feature sublink geometry.
A schematic in-memory feature sublink connects one node on link to one of its related link's extremity nodes or connects two nodes on links.
Description | ||
---|---|---|
FromPoint | The 'from' point of the schematic in memory feature sublink geometry. | |
InitialVertex | The position of the vertex at given index of the schematic in memory feature sublink initial geometry. | |
InitialVerticesCount | Number of vertices of the schematic in memory feature sublink initial geometry. | |
QueryInitialVertex | Queries the position of the vertex at given index of the schematic in memory feature sublink initial geometry. | |
QueryVertex | Queries the position of the vertex at given index of the schematic in memory feature sublink geometry. | |
ToPoint | The 'to' point of the schematic in memory feature link geometry. | |
Vertex | The position of the vertex at given index of the schematic in memory feature sublink geometry. | |
VerticesCount | Number of vertices of the schematic in memory feature sublink geometry. |
CoClasses and Classes | Description |
---|---|
SchematicInMemoryFeatureSubLink | Schematic in memory feature sublink object. |