BF_OPEN_MODEConstant Class
Open Status
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetBF_OPEN_MODEConstant

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

The BF_OPEN_MODEConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBF_READ
Read only
Public fieldStatic memberBF_READWRITE_APP
open and append onto pre-existing file (cannot be read from)
Public fieldStatic memberBF_READWRITE_NEW
erases existing file
Public fieldStatic memberBF_READWRITE_OLD
file must pre-exist
Top
See Also