CODBoolProperty::SetValue

Set the value of the boolean property.

Defined in: OdBoolProp.cpp

Syntax

void CODBoolProperty::SetValue(const int nValue)

void CODBoolProperty::SetValue(const UINT nValue)

void CODBoolProperty::SetValue(const LPCTSTR lpszValue)

void CODBoolProperty::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.