Click or drag to resize

CDHIGetSectionID Method (Double, Double, Double, String)

Create a section ID based on its location

Namespace:  Geosoft.Desktop.GXNet
Assembly:  geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IGetSectionID(
	double azimuth,
	double east,
	double north,
	ref string id
)

public static void IGetSectionID(
	double azimuth,
	double east,
	double north,
	ref string id
)

Parameters

azimuth
Type: SystemDouble
Section Azimuth
east
Type: SystemDouble
Section Easting
north
Type: SystemDouble
Section Northing
id
Type: SystemString
Section ID
See Also