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


ISchematicElementRelation.Parent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

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