VV_ORDERConstant Class
Specify if the data is montonically increasing or decreasing.
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetVV_ORDERConstant

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

The VV_ORDERConstant type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDECREASING
Every value is less than or equal to the previous value.
Public fieldStatic memberINCREASING
Every value is greater than or equal to the previous value.
Public fieldStatic memberNONE
There is no specific data size ordering in the VV.
Top
See Also