Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdTraceUserInfo Structure
Syntax
C++
struct OdTraceUserInfo { OdTraceUserProfile m_createdBy; OdTraceUserProfile m_lastSavedBy; OdString m_traceFile; OdString m_traceName; OdString m_traceId; };
Members
Description
m_createdBy
Instance of OdTraceUserProfile class with information about the user who created the trace.
m_lastSavedBy
Instance of OdTraceUserProfile class with information about the user who last saved the trace.
m_traceFile
String containing name of a trace dwg file.
m_traceName
String containing name of a trace.
m_traceId
A string containing a unique trace ID.

This class represents trace information. Corresponding C++ library: AcTrace 

 

File: DbTraceStore.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.