CODProperty::SetValue
Set the value of this property.
Defined in: OdProperty.h
Syntax
void CODProperty::SetValue(const LPCTSTR lpszValue)void CODProperty::SetValue(const int nValue)
void CODProperty::SetValue(const UINT nValue)
void CODProperty::SetValue(const DWORD dwValue)
void CODProperty::SetValue(const float fValue)
Parameters
lpszValue
String containing new value to assign to property.
nValue
Integer containing new value to assign to property.
nValue
Unsigned integer containing new value to assign to property.
dwValue
DWORD containing new value to assign to property.
fValue
Float containing new value to assign to property.