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


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

ISchematicInMemoryFeatureSubLinkGeometry Interface

Provides access to members that manage the schematic in memory feature sublink geometry.

Product Availability

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

Description

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.

Members

Name Description
Read-only property FromPoint The 'from' point of the schematic in memory feature sublink geometry.
Read-only property InitialVertex The position of the vertex at given index of the schematic in memory feature sublink initial geometry.
Read-only property InitialVerticesCount Number of vertices of the schematic in memory feature sublink initial geometry.
Method QueryInitialVertex Queries the position of the vertex at given index of the schematic in memory feature sublink initial geometry.
Method QueryVertex Queries the position of the vertex at given index of the schematic in memory feature sublink geometry.
Read-only property ToPoint The 'to' point 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 sublink geometry.
Read-only property VerticesCount Number of vertices of the schematic in memory feature sublink geometry.

Classes that implement ISchematicInMemoryFeatureSubLinkGeometry

Classes Description
SchematicInMemoryFeatureSubLink Schematic in memory feature sublink object.