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