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


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

ISchematicInMemoryFeatureLinkGeometry Interface

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.

Description

A schematic in-memory feature link can go through a number of link points, or vertices, that modify its path.

Members

Name Description
Method AddVertex Adds a vertex with the specified position to the schematic in memory feature link geometry.
Method AddVertexCollection Adds vertices to the schematic in memory feature link geometry.
Read-only property FromPoint The 'from' point of the schematic in memory feature link geometry.
Read/write property InitialGeometry Initial geometry of the schematic in memory feature link.
Read-only property InitialVertex The position of the vertex at given index of the schematic in memory feature link initial geometry.
Read-only property InitialVerticesCount Number of vertices of the schematic in memory feature link initial geometry.
Method InsertVertex Inserts a vertex at given index with the specified position to the schematic in memory feature link geometry.
Method InsertVertexCollection Inserts vertices at given index to the schematic in memory feature link geometry.
Method QueryInitialVertex Queries the position of the vertex at given index of the schematic in memory feature link initial geometry.
Method QueryVertex Queries the position of the vertex at given index of the schematic in memory feature link geometry.
Method RemoveAllVertices Removes all the vertices from the schematic in memory feature link geometry.
Method RemoveVertices Removes a number of vertices at given index to the schematic in memory feature link geometry.
Method SetVertexCollection Changes the vertices to the schematic in memory feature link geometry.
Read-only property ToPoint The 'to' point of the schematic in memory feature link geometry.
Method UpdateVertex Updates the position of a vertex at given index of the schematic in memory feature link geometry.
Read-only property Vertex The position of the vertex at given index of the schematic in memory feature link geometry.
Read-only property VerticesCount Number of vertices of the schematic in memory feature link geometry.

Classes that implement ISchematicInMemoryFeatureLinkGeometry

Classes Description
SchematicInMemoryFeatureLink Schematic in memory feature link object.