SetType
TheSetTypemethod sets the type of the currently focused value.
void SetType (in ODValueType valueType);
valueType- The new type for the currently focused value.
EXCEPTIONS
kODErrInvalidValueType- The specified value type is improperly formed or illegal.
kODErrUnfocusedStorageUnit- This storage unit is not focused on a value.
kODErrZeroRefCount- This storage unit has a reference count of 0.
SEE ALSO
TheODValueTypetype (page 904).
TheODStorageUnit::GetTypemethod (page 697).