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