CODProperty::GetValue
Get the value of this property.
Defined in: OdProperty.h
Syntax
void CODProperty::GetValue(CString& strValue) constvoid CODProperty::GetValue(int& nValue) const
void CODProperty::GetValue(UINT& nValue) const
void CODProperty::GetValue(DWORD& dwValue) const
void CODProperty::GetValue(float& fValue) const
Parameters
strValue
Reference to string object in which to store the value.
nValue
Reference to int object in which to store the value.
nValue
Reference to UINT object in which to store the value.
dwValue
Reference to DWORD object in which to store the value.
fValue
Reference to float object in which to store the value.