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


ISchematicElementClass.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 > ISchematicElementClass Interface > ISchematicElementClass.Parent Property
ArcGIS Developer Help

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