Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdTraceRuntime::openTrace Method
Syntax
C++
OdResult openTrace(const OdTraceUserInfo& traceInfo);

Opens the specified trace. 

 

Parameters
Description
traceInfo
[in] Trace information to open.

eOk if a trace open successful.

  • eAlreadyActive if some trace already open.
  • eNoFileName if the trace file is not found.
  • eInvalidContext if OdDbTraceStore in the current database is not available.
  • eNoInternalSpace if cannot add a trace paper.
  • eProfileDoesNotExist if user info is not set.
  • eNoLayout if no layout is found for this trace.

 

remarks Sets value '2' to the database system variable TRACEMODE

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