AcMapObjClassProperty::GetValue Method

Land Desktop Development ARX CPP SDK

AcMapObjClassProperty:: GetValue Method
 

Retrieves the value of this property from the specified entity.

AcMapObjClass::EErrCode GetValue(
    VARIANT * pvarValue, 
    const AcDbObjectId& entId
) const;
Parameters 
Description 
pvarValue 
Output value of the property.  
entId 
Input object ID of the entity whose property value to get.  
Returns

Returns AcMapObjClass::EErrCode eOk if successful. Returns AcMapObjClass::EErrCode ePropertyNotFound if the property is not present on the entity. Returns AcMapObjClass::EErrCode eFailed if the process failed for some other reason.

Remarks

The entity and property can be classified or unclassified.

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].