CODBoolProperty::GetValue
Get the value of the boolean property.
Defined in: OdBoolProp.cpp
Syntax
BOOL CODBoolProperty::GetValue() constvoid CODBoolProperty::GetValue(int& nValue) const
void CODBoolProperty::GetValue(UINT& nValue) const
void CODBoolProperty::GetValue(CString& strValue) const
void CODBoolProperty::GetValue(VARIANT& vValue) const
Return Value
The first overloaded version of this function returns the boolean 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.