This document is archived and information here might be outdated. Recommended version. |
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*