Applies property alteration to the entity specified by the ID.
virtual AcMap::EErrCode
Apply(
AcDbObjectIdArray& createdObjects,
const char* topologyName,
long topoElementId) = 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. |
topologyName | Input topology name of the entity to modify. |
topoElementId | Input topology element ID of the entity to modify. |