This document is archived and information here might be outdated. Recommended version. |
Parent to the schematic element class.
[Visual Basic .NET] Public Property Parent As ISchematicElementClass
[C#] public ISchematicElementClass Parent {get; set;}
[C++]
HRESULT get_Parent(
ISchematicElementClass** Parent
);
[C++]
HRESULT putref_Parent(
ISchematicElementClass* Parent
);
[C++] Parameters Parent [out, retval]
Parent is a parameter of type ISchematicElementClass** Parent [in]
Parent is a parameter of type ISchematicElementClass*