API Reference > OdRx Classes > OdRxSpecifiedValueType Class
OdRxSpecifiedValueType Class
OdRxSpecifiedValueTypeOdRxSpecifiedValueTypeOdRxSpecifiedValueTypeOdRxSpecifiedValueType
Syntax
C++
class OdRxSpecifiedValueType : public OdRxValueType;

RxValueTypeUtil.h

This class dynamically specifies an underlying OdRxValueType by the type path. The instances of this class aren't registered in the class dictionary. Overloaded methods which return values of subValueType are needed for correct OdRxValue copying in appropriate OdRxValue(type, value) constructor. 

 

 
Name 
Description 
 
Constructor which takes an original ValueType and a string that contains additional specification of the type in "Folder/SubFolder/Type" format.
 
 
Name 
Description 
 
Retrieves a pointer to the underlying value type (which coincide with the actual ValueType of OdRxValue.m_value). 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.