GetPropertyValue
Purpose
The CMetaObject class GetPropertyValue function retrieves the value of the property.
Requirements
Before calling GetPropertyValue, the user must first call ReadObject or ReadVersion on the object.
Syntax
HRESULT GetPropertyValue(
const OBJECTID_t lPropID,
CMetaProperty &metaProperty);
Argument |
In/Out |
Description |
lPropID |
In |
Relative Property ID of the property. |
metaProperty |
Out |
Value of the property in a CMetaProperty object. |