SymbolUtilityServicesGetMaxSymbolNameLength
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static int GetMaxSymbolNameLength(
bool isNewName,
bool compatibilityMode
)
Public Shared Function GetMaxSymbolNameLength (
isNewName As Boolean,
compatibilityMode As Boolean
) As Integer
public:
static int GetMaxSymbolNameLength(
bool isNewName,
bool compatibilityMode
)
static member GetMaxSymbolNameLength :
isNewName : bool *
compatibilityMode : bool -> int
Parameters
- isNewName Boolean
-
- compatibilityMode Boolean
-
Return Value
Int32
See Also