CODLineProperties::GetValue
Gets the value of the given property.
Defined in: OdLineProp.cpp
Syntax
BOOL CODLineProperties::GetValue(const int nPropId, CString& strValue) constBOOL CODLineProperties::GetValue(const int nPropId, int& nValue) const
BOOL CODLineProperties::GetValue(const int nPropId, UINT& nValue) const
BOOL CODLineProperties::GetValue(const int nPropId, DWORD& dwValue) const
BOOL CODLineProperties::GetValue(const int nPropId, float& fValue) const
Return Value
TRUE if the property identifier is supported by this property container. FALSE if the property identifier is invalid.
Parameters
nPropId
ID of property to retrieve.
strValue
Variable to assign return value to.
nValue
Variable to assign return value to.
nValue
Variable to assign return value to.
dwValue
Variable to assign return value to.
fValue
Variable to assign return value to.