AcMapProject::CreatePropertyAlterationDefinition Function 1 of 2

Land Desktop Development ARX CPP SDK

Up a level
AcMapProject:: CreatePropertyAlterationDefinition Function 1 of 2
 
 

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.