ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.GetOrigin Method

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

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

Parameters

FromNode [in, out]

  FromNode is a parameter of type ISchematicInMemoryFeatureNode

FromPort [in, out]   FromPort is a parameter of type Long

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface