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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.