Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdRxEnumWithUnderlyingType<OdDAI::Enum>::subToValueType Function
Syntax
C++
template DAI_EXPORT bool OdRxEnumWithUnderlyingType<OdDAI::Enum>::subToValueType(const OdRxValueType& vt, const OdRxValue& instance, OdRxValue& subVal);

Converts the specified OdRxValue object into another OdRxValue object with a specified type.

Parameters
Description
vt
[in] An OdRxValueType object that represents the type of the output OdRxValue object.
instance
[in] An input OdRxValue Object to be converted.
subVal
[out] A destination OdRxValue object to save the converted object.

true if the source object was successfully converted to the required type of OdRxvalue object; otherwise, the function returns false.

File: daiEnumValueType.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.