ArcObjects Library Reference (Schematic)  

ISchematicElementClass.Parent Property

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

Product Availability

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

See Also

ISchematicElementClass Interface