This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicRelationManager Interface > ISchematicRelationManager.GetParentGeometry Method (ArcObjects .NET 10.4 SDK) |
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,
IGeometry** Geometry
);
[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 Geometry [out, retval]
Geometry is a parameter of type IGeometry