This document is archived and information here might be outdated. Recommended version. |
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,
System.Int32* FromPort
);
[C++]
Parameters FromNode [in, out]
FromNode is a parameter of type ISchematicInMemoryFeatureNode** FromPort [in, out]
FromPort is a parameter of type int*