yucad
3d
Home
Guide
yucad3d SDK
yucad 2D SDK
Pricing
Log in
Register
yucad C API
›
Function Index
›
Text / MText / WText / Arc-Text
CadTextPutX
Sets the x of the text entity.
void
CadTextPutX
(
YuHandle
hEnt
,
double
X
);
Parameters
hEnt
(YuHandle)
Handle to the entity.
X
(double)
World coordinate.
Return Value
None.
See Also
CadTextPutAlign
CadTextPutAngle
CadTextPutBackward
CadTextPutHeight
CadTextPutOblique
CadTextPutPoint
CadTextPutStyleID
CadTextPutText
Text / MText / WText / Arc-Text (chapter)