Click or drag to resize
Vector Class
Base class, used to expose arrays from unmanaged Oasis
Inheritance Hierarchy
SystemObject
  GeoEngine.Core.GXNetVector
    More...

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

The Vector type exposes the following members.

Constructors
  NameDescription
Public methodVector
Default constructor
Top
Methods
  NameDescription
Protected methodInternalItem
Access an item at a particular index
Top
Fields
  NameDescription
Protected fieldm_array
Pointer to the beginning of the array
Protected fieldm_count
The number of elements in the array
Protected fieldStatic memberSIZEOF_DOUBLE
Size in bytes of Double
Protected fieldStatic memberSIZEOF_INT32
Size in bytes of Int32
Top
Properties
  NameDescription
Public propertyCount
Get or set the number of elements in the array
Top
See Also
Inheritance Hierarchy