Allocates new AcMapPropertyAlterationDefinition object.
virtual AcMap::EErrCode
CreatePropertyAlterationDefinition(
AcMapPropertyAlterationDefinition*& pAlteration) const;
Returns AcMap::kOk in case of success, error code otherwise.
pAlteration | Output new AcMapPropertyAlteration object. It is application’s responsibility to erase it. |
This object represents a stand alone property alteration. An application is responsible to delete the object allocated via this method.