This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.Parent Property (ArcObjects .NET 10.4 SDK) |
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