|
CFx SDK Documentation 2026 SP0
|
#include <OdTraceRuntime.h>
Public Member Functions | |
| void | setVisible (const OdDb::Visibility visibility) |
| OdDb::Visibility | isVisible () const |
| OdString | getFirstName () const |
| OdString | getLastName () const |
| OdString | getUserName () const |
| OdString | getTraceFile () const |
| OdString | getOxygenId () const |
Friends | |
| class | OdDbTraceRuntimeObject |
This class represents information about the collaborator user. This class is intended to be used with methods from OdTraceRuntime class. Corresponding C++ library: AcTrace
<group !!RECORDS_tdrawings_apiref>
Definition at line 52 of file OdTraceRuntime.h.
|
inline |
Returns A string contains a first name of collaborator.
Definition at line 95 of file OdTraceRuntime.h.
|
inline |
Returns a string contains a last name of collaborator.
Definition at line 102 of file OdTraceRuntime.h.
|
inline |
Returns A string contains a user unique hash code.
Definition at line 123 of file OdTraceRuntime.h.
|
inline |
Returns A string contains a trace file name of collaborator.
Definition at line 116 of file OdTraceRuntime.h.
|
inline |
Returns A string contains a user name of collaborator.
Definition at line 109 of file OdTraceRuntime.h.
|
inline |
Returns A enum value indicating whether this collaborator's changes are reflected in traces.
Definition at line 88 of file OdTraceRuntime.h.
|
inline |
Sets whether to show this collaborator's changes in the trace.
| visibility | [in] set kVisible to shown this collaborator changes in the trace, otherwise set kInvisible. |
Definition at line 81 of file OdTraceRuntime.h.
|
friend |
Definition at line 126 of file OdTraceRuntime.h.