This document is archived and information here might be outdated.  Recommended version.


ISchematicElementRelation.Parent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementRelation Interface > ISchematicElementRelation.Parent Property
ArcGIS Developer Help

ISchematicElementRelation.Parent Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElementRelation Interface