AcMapTextAlteration::Apply Function 1 of 2

Land Desktop Development ARX CPP SDK

Up a level
AcMapTextAlteration:: Apply Function 1 of 2
 
 

Applies property alteration to the entity specified via the Id.

virtual AcMap::EErrCode

Apply(

AcDbObjectIdArray& createdObjects,

const AcDbObjectId& Id) = 0;

Returns AcMap::kOk in case of success, error code otherwise.

createdObjects Output Ids of the objects created. No objects get created in the case of a simple entity alteration.
Id Input object Id of an entity to modify.