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