CODIntProperty::SetValue
Set the value of the integer property.
Defined in: OdIntProp.cpp
Syntax
void CODIntProperty::SetValue(const int nValue)void CODIntProperty::SetValue(const UINT nValue)
void CODIntProperty::SetValue(const LPCTSTR lpszValue)
void CODIntProperty::SetValue(const VARIANT& vValue)
Parameters
nValue
Integer containing new value to assign to property.
nValue
Unsigned integer containing new value to assign to property.
lpszValue
String containing new value to assign to property.
vValue
VARIANT containing new value to assign to property.