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