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


ISchematicInMemoryFeatureLink.GetExtremity Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.GetExtremity Method

Provides access to the extremity schematic in memory feature node and port number of the schematic in memory feature link.

[Visual Basic .NET]
Public Sub GetExtremity ( _
    ByRef ToNode As ISchematicInMemoryFeatureNode, _
    ByRef ToPort As Integer _
)
[C#]
public void GetExtremity (
    ref ISchematicInMemoryFeatureNode ToNode,
    ref int ToPort
);
[C++]
HRESULT GetExtremity(
  ISchematicInMemoryFeatureNode** ToNode,
  Long* ToPort
);
[C++]

Parameters ToNode [in, out]
ToNode is a parameter of type ISchematicInMemoryFeatureNode ToPort [in, out] ToPort is a parameter of type Long

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface