Provides access to members that manage the schematic in memory feature link geometry.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.
Members
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 that implement ISchematicInMemoryFeatureLinkGeometry
CoClasses and Classes | Description |
---|---|
SchematicInMemoryFeatureLink | Schematic in memory feature link object. |