AcMapObjClassProperty::SetRange Method

Land Desktop Development ARX CPP SDK

AcMapObjClassProperty:: SetRange Method
 

Sets or unsets the range of valid values for this property.

AcMapObjClass::EErrCode SetRange(
    const ACHAR* pszRange
);
Parameters 
Description 
pszRange 
Input range of valid values, or NULL or "--" to unset the range.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode eClassNotFromCurrentSchema if the property's class is not in the current feature-definition file. Returns AcMapObjClass::EErrCode eOutOfRange if the current default value falls outside of the specified range. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other reason.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].