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


ISchematicRelationManager.GetParentGeometry Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationManager Interface > ISchematicRelationManager.GetParentGeometry Method
ArcGIS Developer Help

ISchematicRelationManager.GetParentGeometry Method

Geometry of the specified schematic parent.

[Visual Basic .NET]
Public Function GetParentGeometry ( _
    ByVal Controller As ISchematicRelationController, _
    ByVal Display As IDisplay, _
    ByVal Layer As ILayer, _
    ByVal InMemoryParent As ISchematicInMemoryFeature _
) As IGeometry
[C#]
public IGeometry GetParentGeometry (
    ISchematicRelationController Controller,
    IDisplay Display,
    ILayer Layer,
    ISchematicInMemoryFeature InMemoryParent
);
[C++]
HRESULT GetParentGeometry(
  ISchematicRelationController* Controller,
  IDisplay* Display,
  ILayer* Layer,
  ISchematicInMemoryFeature* InMemoryParent
);
[C++]
Parameters
Controller [in]

Controller is a parameter of type ISchematicRelationController* Display [in]
Display is a parameter of type IDisplay* Layer [in]
Layer is a parameter of type ILayer* InMemoryParent [in]
InMemoryParent is a parameter of type ISchematicInMemoryFeature*

Product Availability

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

See Also

ISchematicRelationManager Interface