 | CDHIGetSectionID Method (CGXNETCore, Double, Double, Double, String) |
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
Syntaxpublic static void IGetSectionID(
CGXNETCore gxNetShared,
double azimuth,
double east,
double north,
ref string id
)
public static void IGetSectionID(
CGXNETCore gxNetShared,
double azimuth,
double east,
double north,
ref string id
)
Public Shared Sub IGetSectionID (
gxNetShared As CGXNETCore,
azimuth As Double,
east As Double,
north As Double,
ByRef id As String
)
Public Shared Sub IGetSectionID (
gxNetShared As CGXNETCore,
azimuth As Double,
east As Double,
north As Double,
ByRef id As String
)
public:
static void IGetSectionID(
CGXNETCore^ gxNetShared,
double azimuth,
double east,
double north,
String^% id
)
public:
static void IGetSectionID(
CGXNETCore^ gxNetShared,
double azimuth,
double east,
double north,
String^% id
)
static member IGetSectionID :
gxNetShared : CGXNETCore *
azimuth : float *
east : float *
north : float *
id : string byref -> unit
static member IGetSectionID :
gxNetShared : CGXNETCore *
azimuth : float *
east : float *
north : float *
id : string byref -> unit
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