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


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

ISchematicDiagramClass.Parent Property

Parent of the schematic diagram class.

[Visual Basic .NET]
Public Property Parent As ISchematicDiagramClass
[C#]
public ISchematicDiagramClass Parent {get; set;}
[C++]
HRESULT get_Parent(
  ISchematicDiagramClass** Parent
);
[C++]
HRESULT putref_Parent(
  ISchematicDiagramClass* Parent
);
[C++]
Parameters
Parent [out, retval]

Parent is a parameter of type ISchematicDiagramClass** Parent [in]
Parent is a parameter of type ISchematicDiagramClass*

Product Availability

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

See Also

ISchematicDiagramClass Interface