Click or drag to resize
CGXNETCore Class
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public class CGXNETCore : IDisposable

The CGXNETCore type exposes the following members.

Constructors
  NameDescription
Public methodCGXNETCore
Initializes a new instance of the CGXNETCore class
Public methodCGXNETCore(IntPtr)
Initializes a new instance of the CGXNETCore class
Top
Methods
  NameDescription
Public methodDispose
Default destructor
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the CGXNETCore and optionally releases the managed resources
Protected methodFinalize
finalizer (cleans up unmanaged resources)
(Overrides ObjectFinalize.)
Public methodStatic memberGetByteVM
Get a VM array of bytes.
Public methodStatic memberGetByteVV
Get a VV array of bytes.
Public methodStatic memberGetDoubleVM
Get a VM array of doubles.
Public methodStatic memberGetDoubleVV
Get a VV array of doubles.
Public methodStatic memberGetFloatVM
Get a VM array of floats.
Public methodStatic memberGetFloatVV
Get a VV array of floats.
Public methodGetGeoGXHandle
Get the gx handle from tls
Public methodStatic memberGetIntVM
Get a VM array of integers.
Public methodStatic memberGetIntVV
Get a VV array of integers.
Public methodStatic memberGetShortVM
Get a VM array of shorts.
Public methodStatic memberGetShortVV
Get a VV array of shorts.
Public methodStatic memberGetUShortVM
Get a VM array of unsigned shorts.
Public methodStatic memberGetUShortVV
Get a VV array of unsigned shorts.
Public methodiCheckError
Test if Geosoft function has terminated with an error
Public methodStatic memberLockParentWindow
Public methodsCheckTerminate
Check to see if terminate has been called by a wrapper.
Public methodsGetError
Gets the error string for 1 error.
Public methodShowError
Shows any errors to stdout or to gui if gui app
Public methodStatic memberUnlockParentWindow
Top
Fields
  NameDescription
Protected fieldm_hGeoGxHandle
Handle to geogx object
Top
Events
See Also