API Reference > Structs, Records, Enums > IOdRxReferenceType Structure
IOdRxReferenceType Structure
Syntax
C++
struct IOdRxReferenceType { enum OpenMode { kForRead = 0, kForWrite = 1, kForNotify = 2 }; };

RxValueType.h

This interface is implemented by the value types describing objects that can be "opened"/"closed", like OdDbObjectId in Drawings project.

 
Name 
Description 
 
This enumeration describes access modes for referenced objects. 
 
Name 
Description 
 
Open the object in the specified mode.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.