This document is archived and information here might be outdated. Recommended version. |
Extremity schematic in memory feature node of the schematic in memory feature link.
[Visual Basic .NET] Public Property ToNode As ISchematicInMemoryFeatureNode
[C#] public ISchematicInMemoryFeatureNode ToNode {get; set;}
[C++]
HRESULT get_ToNode(
ISchematicInMemoryFeatureNode** ToNode
);
[C++]
HRESULT putref_ToNode(
ISchematicInMemoryFeatureNode* ToNode
);
[C++] Parameters ToNode [out, retval]
ToNode is a parameter of type ISchematicInMemoryFeatureNode** ToNode [in]
ToNode is a parameter of type ISchematicInMemoryFeatureNode*