Click or drag to resize
CGEOSTRING Class
The GEOSTRING class is used to read information stored in Geostring files (*.geosoft_string). Geosoft geostrings are 3D vector files that store digitized interpretations drawn on section maps. Both polygon and polyline features can be stored in the same file. This API currently only provides read access, but read/write support could be added in the future.
Inheritance Hierarchy

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

The CGEOSTRING type exposes the following members.

Methods
  NameDescription
Protected methodDispose
Releases the unmanaged resources used by the CGEOSTRING and optionally releases the managed resources
(Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneGetAllShapes
Get the all shapes
Public methodAvailable to anyoneGetFeatureProperties
Get a feature's properties
Public methodAvailable to anyoneGetFeatures
Get the features
Public methodAvailable to anyoneGetIPJ
Get the coordinate system of the Geostring.
Public methodAvailable to anyoneGetSectionProperties
Get a section's properties
Public methodAvailable to anyoneGetSections
Get the sections
Public methodAvailable to anyoneGetShapeProperties
Get a shape's properties
Public methodAvailable to anyoneGetShapesForFeature
Get all shapes linked to a specific feature
Public methodAvailable to anyoneGetShapesForFeatureAndSection
Get all shapes linked to a specific feature and section
Public methodAvailable to anyoneGetShapesForSection
Get all shapes linked to a specific section
Public methodAvailable to anyoneStatic memberOpen
Open a Geostring file
Top
See Also