Description
This method wraps the ObjectARX AcDbAssocArrayActionBody::getTransform() method.
Returns the transformation matrix applied to the array item identified by the ItemLocator index .
C#
public Matrix3d GetItemTransform( ItemLocator index );
Visual Basic
Public Function GetItemTransform( index As ItemLocator ) As Matrix3d
Links
AssocArray Class, Autodesk.AutoCAD.DatabaseServices Namespace