![]() |
v2.42
|
|
Represents a 2D placement based object. More...
Public Member Functions | |
| HRESULT | GetPlacement ([out, retval] IPlacement2D **ppPlacement) |
| Returns the copy of the local coordinate system of an object in two-dimensional space. | |
| HRESULT | SetPlacement ([in] IPlacement2D *pPlacement) |
| Sets the local coordinate system of an object in two-dimensional space. | |
Represents a 2D placement based object.
Use this interface to control the 2D placement of drawing objects. This interface can be obtained as an additional interface from IModelObject.
| HRESULT GetPlacement | ( | [out, retval] IPlacement2D ** | ppPlacement | ) |
Returns the copy of the local coordinate system of an object in two-dimensional space.
| [out] | ppPlacement | The requested placement. |
| HRESULT SetPlacement | ( | [in] IPlacement2D * | pPlacement | ) |
Sets the local coordinate system of an object in two-dimensional space.
| [in] | pPlacement | New placement of the object. |