Close

Relief for ODA Team in Ukraine

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

Safe cast to the contained C++ type. 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.