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