Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdTraceRuntime::getInstance Method
Syntax
C++
static OdTraceRuntime* getInstance(OdDbDatabase* pDb, const bool bCreateIfNotFound = false);

Gets a pointer to the OdTraceRuntime instance associated with the specified database. 

 

Parameters
Description
pDb
[in] Pointer to dwg database.
bCreateIfNotFound
[in][optional] Create an instance of OdTraceRuntime for the specified database if not it no exist.

Pointer to the OdTraceRuntime if it exists, otherwise nullptr.

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