GEO_STRING_SIZEConstant Class
Default string sized for different uses GX's must use these unless there is a very good reason not to. The path strings here are generally larger than what is possible in the OS, but it is defined as such for Unicode conversion reasons.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetGEO_STRING_SIZEConstant

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static class GEO_STRING_SIZEConstant

The GEO_STRING_SIZEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberGS_MAX_PATH
Same as STR_FILE
Public fieldStatic memberGS_MULTI_PATH
Same as STR_MULTI_FILE
Public fieldStatic memberSTR_DB_SYMBOL
Name of database symbol (64)
Public fieldStatic memberSTR_DEFAULT
Default Size for almost everything (128 characters)
Public fieldStatic memberSTR_DEFAULT_LONG
Default Size for a long string (1024 characters)
Public fieldStatic memberSTR_DEFAULT_SHORT
Default Size for a short string (64 characters)
Public fieldStatic memberSTR_ERROR
Default Size for an error string (2048 characters)
Public fieldStatic memberSTR_FILE
Name of a file (1040)
Public fieldStatic memberSTR_GROUP
Name of a Group (1040)
Public fieldStatic memberSTR_GXF
Size of strings for GXF projection info (160).
Public fieldStatic memberSTR_MAX_PATH
Maximum path length (1040)
Public fieldStatic memberSTR_MULTI_FILE
Name of multiple files (16384)
Public fieldStatic memberSTR_MULTI_PATH
Multi-file path (16384)
Public fieldStatic memberSTR_VERY_LONG
Default Size for a long string (16384 characters)
Public fieldStatic memberSTR_VIEW
Name of a View (2080)
Public fieldStatic memberSTR_VIEW_GROUP
Combined View/Group Name (2080)
Top
See Also