This document is archived and information here might be outdated. Recommended version. |
Changes the origin schematic in memory feature node and port number of the schematic in memory feature link.
[Visual Basic .NET] Public Sub SetOrigin ( _ ByVal FromNode As ISchematicInMemoryFeatureNode, _ ByVal FromPort As Integer _ )
[C#] public void SetOrigin ( ISchematicInMemoryFeatureNode FromNode, int FromPort );
[C++]
HRESULT SetOrigin(
ISchematicInMemoryFeatureNode* FromNode,
Long FromPort
);
[C++]
Parameters FromNode [in]
FromNode is a parameter of type ISchematicInMemoryFeatureNode* FromPort [in]
FromPort is a parameter of type int