Share

AcDbMText::setLocation

C++

Acad::ErrorStatus setLocation(
    const AcGePoint3d&
);

Description

Sets loc to be the insertion point for the MText object. loc should be in WCS coordinates.

Returns Acad::eOk if successful or Acad::eInvalidInput if the data passed in is not acceptable.

Parameters

Parameters Description
unnamed Input desired location point

Links

AcDbMText Class

Was this information helpful?