Click or drag to resize
CDHIGetSectionID Method (CGXNETCore, Double, Double, Double, String)
Create a section ID based on its location

Available since Oasis montaj version: 6.1
License: Available to specially licensed modules.  

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

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
See Also