CFx SDK Documentation  2023 SP0
Functions
DbLSMisc.h File Reference
#include "OdaCommon.h"
#include "DbDictionary.h"
#include "OdDgnLSExport.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Functions

ODDGNLS_EXPORT const OdConstStringoddbDgnLSGetComponentsDictionaryName ()
 
ODDGNLS_EXPORT const OdConstStringoddbDgnLSGetDefinitionKeyName ()
 
ODDGNLS_EXPORT OdDbObjectId oddbDgnLSGetComponentsDictionaryId (OdDbDatabase *pDb, bool createIfNotFound=false)
 
ODDGNLS_EXPORT OdDbDictionaryPtr oddbDgnLSGetComponentsDictionary (OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
 
ODDGNLS_EXPORT void oddbDgnLSInitializeImportUID (OdUInt8 *pUID)
 
ODDGNLS_EXPORT void oddbDgnLSIncrementUID (OdUInt8 *pUID)
 

Function Documentation

◆ oddbDgnLSGetComponentsDictionary()

ODDGNLS_EXPORT OdDbDictionaryPtr oddbDgnLSGetComponentsDictionary ( OdDbDatabase pDb,
OdDb::OpenMode  mode,
bool  createIfNotFound = false 
)

◆ oddbDgnLSGetComponentsDictionaryId()

ODDGNLS_EXPORT OdDbObjectId oddbDgnLSGetComponentsDictionaryId ( OdDbDatabase pDb,
bool  createIfNotFound = false 
)

◆ oddbDgnLSGetComponentsDictionaryName()

ODDGNLS_EXPORT const OdConstString& oddbDgnLSGetComponentsDictionaryName ( )

◆ oddbDgnLSGetDefinitionKeyName()

ODDGNLS_EXPORT const OdConstString& oddbDgnLSGetDefinitionKeyName ( )

◆ oddbDgnLSIncrementUID()

ODDGNLS_EXPORT void oddbDgnLSIncrementUID ( OdUInt8 pUID)

◆ oddbDgnLSInitializeImportUID()

ODDGNLS_EXPORT void oddbDgnLSInitializeImportUID ( OdUInt8 pUID)