CODComponent::GetPropertyValue

bool CODComponent::GetPropertyValue(const PropertyId propId, VARIANT& propVal)

Get a property value using the property ID.

Defined in: OdComponent.cpp

Return Value

Returns true if property value found, otherwise false.

Parameters

propId

Property ID to retrieve value for

propVal

Output parameter to receive property value.