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


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

ISchematicInMemoryFeatureLink.SetExtremity Method

Changes the extremity schematic in memory feature node and port number of the schematic in memory feature link.

[Visual Basic .NET]
Public Sub SetExtremity ( _
    ByVal ToNode As ISchematicInMemoryFeatureNode, _
    ByVal ToPort As Integer _
)
[C#]
public void SetExtremity (
    ISchematicInMemoryFeatureNode ToNode,
    int ToPort
);
[C++]
HRESULT SetExtremity(
  ISchematicInMemoryFeatureNode* ToNode,
  Long ToPort
);
[C++]
Parameters
ToNode [in]

ToNode is a parameter of type ISchematicInMemoryFeatureNode* ToPort [in]
ToPort is a parameter of type int

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface