TransformMText(CadEntityId, XYZ, XYZ, Double, Double, XYZ, XYZ, Double, Double) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation TransformMText(CadEntityId entityId, XYZ fromInsertPoint, XYZ fromTextDirection, double fromHeight, double fromRectangleWidth, XYZ toInsertPoint, XYZ toTextDirection, double toHeight, double toRectangleWidth)

Parameters

entityId
CadEntityId
fromInsertPoint
CSMath.XYZ
fromTextDirection
CSMath.XYZ
fromHeight
Double
fromRectangleWidth
Double
toInsertPoint
CSMath.XYZ
toTextDirection
CSMath.XYZ
toHeight
Double
toRectangleWidth
Double

Returns