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