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 > ISchematicInMemoryFeatureLinkGeometry Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that manage the schematic in memory feature link geometry.
A schematic in-memory feature link can go through a number of link points, or vertices, that modify its path.
Description | ||
---|---|---|
AddVertex | Adds a vertex with the specified position to the schematic in memory feature link geometry. | |
AddVertexCollection | Adds vertices to the schematic in memory feature link geometry. | |
FromPoint | The 'from' point of the schematic in memory feature link geometry. | |
InitialGeometry | Initial geometry of the schematic in memory feature link. | |
InitialVertex | The position of the vertex at given index of the schematic in memory feature link initial geometry. | |
InitialVerticesCount | Number of vertices of the schematic in memory feature link initial geometry. | |
InsertVertex | Inserts a vertex at given index with the specified position to the schematic in memory feature link geometry. | |
InsertVertexCollection | Inserts vertices at given index to the schematic in memory feature link geometry. | |
QueryInitialVertex | Queries the position of the vertex at given index of the schematic in memory feature link initial geometry. | |
QueryVertex | Queries the position of the vertex at given index of the schematic in memory feature link geometry. | |
RemoveAllVertices | Removes all the vertices from the schematic in memory feature link geometry. | |
RemoveVertices | Removes a number of vertices at given index to the schematic in memory feature link geometry. | |
SetVertexCollection | Changes the vertices to the schematic in memory feature link geometry. | |
ToPoint | The 'to' point of the schematic in memory feature link geometry. | |
UpdateVertex | Updates the position of a vertex at given index of the schematic in memory feature link geometry. | |
Vertex | The position of the vertex at given index of the schematic in memory feature link geometry. | |
VerticesCount | Number of vertices of the schematic in memory feature link geometry. |
CoClasses and Classes | Description |
---|---|
SchematicInMemoryFeatureLink | Schematic in memory feature link object. |