Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdRxValue::rxenum_cast Method (OdRxValue *)
Syntax
C++
template <typename ValueType> friend ValueType * rxenum_cast(OdRxValue * value);

Safe cast for enumerations. Returns non-null only if ValueType is contained in this value. 

 

Parameters
Description
value
[in] Value to be casted.

Value type if it is contained in value; NULL otherwise.

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