BackgroundGetBackgroundDictionaryId
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static ObjectId GetBackgroundDictionaryId(
Database database,
bool createIfNotPresent
)
Public Shared Function GetBackgroundDictionaryId (
database As Database,
createIfNotPresent As Boolean
) As ObjectId
public:
static ObjectId GetBackgroundDictionaryId(
Database^ database,
bool createIfNotPresent
)
static member GetBackgroundDictionaryId :
database : Database *
createIfNotPresent : bool -> ObjectId
Parameters
- database Database
-
- createIfNotPresent Boolean
-
Return Value
ObjectId
See Also