CODIntProperty::GetValue
Get the value of the integer property.
Defined in: OdIntProp.cpp
Syntax
int CODIntProperty::GetValue() constvoid CODIntProperty::GetValue(int& nValue) const
void CODIntProperty::GetValue(UINT& nValue) const
void CODIntProperty::GetValue(CString& strValue) const
void CODIntProperty::GetValue(VARIANT& vValue) const
Return Value
The first overloaded version of this function returns the integer value.
Parameters
nValue
Reference to int object in which to store the value.
nValue
Reference to UINT object in which to store the value.
strValue
Reference to string object in which to store the value.
vValue
Reference to VARIANT object in which to store the value.