Click or drag to resize

CDHIGetSectionID Method (CGXNETCore, Double, Double, Double, String, Int32)

Create a section ID based on its location

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void IGetSectionID(
	CGXNETCore gxNetShared,
	double azimuth,
	double east,
	double north,
	ref string id,
	int id_size
)

public static void IGetSectionID(
	CGXNETCore gxNetShared,
	double azimuth,
	double east,
	double north,
	ref string id,
	int id_size
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
azimuth
Type: SystemDouble
Section Azimuth
east
Type: SystemDouble
Section Easting
north
Type: SystemDouble
Section Northing
id
Type: SystemString
Section ID
id_size
Type: SystemInt32
Section ID size
See Also