Sets a new text-label point for a drawing object.
int
ade_entsetlocation(
ads_name ename,
ads_point pt);
Returns RTNORM or an error code.
ename | An AutoCAD entity name. |
pt | The new text-label point, a 2D or 3D point. |
An drawing object's text-label point is the starting position for text added during a query property alteration. By default, the centroid of the object is the text-label point.