CreateText(CadEntityId, XYZ, XYZ, Double, Double, String, XYZ) Method

Definition

Assembly ProCad.Editing.dll
public static CadOperation CreateText(CadEntityId entityId, XYZ insertPoint, XYZ alignmentPoint, double height, double rotation, string value, XYZ normal)

Parameters

entityId
CadEntityId
insertPoint
CSMath.XYZ
alignmentPoint
CSMath.XYZ
height
Double
rotation
Double
value
String?
normal
CSMath.XYZ

Returns