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


ISchematicElementClass.Parent Property (ArcObjects .NET 10.5 SDK)
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