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

RxValue.h

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

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

Const correct safe cast. Returns non-NULL only if ValueType is contained in this value. 

 

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