API Reference > OdDb Classes > OdDbGeoPositionMarker Class > OdDbGeoPositionMarker Methods > OdDbGeoPositionMarker::setMText Method
OdDbGeoPositionMarker::setMText Method
Syntax
C++
OdResult setMText(const OdDbMText * pMText);
Parameters 
Description 
const OdDbMText * pMText 
[in] A new multiline text label value to be set, which is represented as a pointer to an OdDbMText.
 

Returns eOk if the new multiline text label value was successfully set or returns an appropriate error code in the other case.

Sets a new multiline text label value of the position marker as a copy of the input parameter's referenced value. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.