API Reference > Functions > rxvalue_cast Function
rxvalue_cast Function
Syntax
C++
template <typename ValueType> ValueType* rxvalue_cast(OdRxValue* value);

RxValue.h

Parameters 
Description 
OdRxValue* value 
[in] Value which to cast a value type from. 

Value type if ValueType is contained in the specified value. NULL otherwise.

Safe cast. Returns non-NULL only if ValueType is contained in this value. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.