This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicInMemoryFeatureLink Interface > ISchematicInMemoryFeatureLink.GetOrigin Method (ArcObjects .NET 10.5 SDK) |
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