Share

DBObject.XDataTransformBy Method

Description

This method applies the xform transformation matrix to any XData data types 1011, 1021, 1031, 1012, 1022, 1032, 1013, 1023, 1033, 1041, and 1042 in the object's XData. See the documentation on XData for more information on the way the transformation matrix is applied to the different data types.

This method should be called from within the TransformBy() method on custom entities so that such entities will transform XData in the same way that the built-in database entities do.

Visual Basic

Public Function XDataTransformBy(
    transform As Matrix3d
) As void

C#

public void XDataTransformBy(
    Matrix3d transform
);

Parameters

Parameters Description
Matrix3d transform Transformation matrix to be applied to the XData

Links

DBObject Class, Autodesk.AutoCAD.DatabaseServices Namespace

Was this information helpful?