C++
HRESULT AXAUTOEXP AcAxTransformBy( AcAxObjectRef& objRef, VARIANT transMatrix );
File
axboiler.h
Description
Transforms the specified object.
Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.
Parameters
Parameters | Description |
---|---|
objRef | Input object reference of the object to transform |
transMatrix | VARIANT containing a 2-dimensional SAFEARRAY of doubles (VT_R8) that is converted into an AcGeMatrix3d |