 | CDHIGetUnits Method (String, Int32, Double) |
Get the positional units and conversion factor to m.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetUnits(
ref string units,
int size,
ref double conv_factor
)
public void IGetUnits(
ref string units,
int size,
ref double conv_factor
)
Public Sub IGetUnits (
ByRef units As String,
size As Integer,
ByRef conv_factor As Double
)
Public Sub IGetUnits (
ByRef units As String,
size As Integer,
ByRef conv_factor As Double
)
public:
void IGetUnits(
String^% units,
int size,
double% conv_factor
)
public:
void IGetUnits(
String^% units,
int size,
double% conv_factor
)
member IGetUnits :
units : string byref *
size : int *
conv_factor : float byref -> unit
member IGetUnits :
units : string byref *
size : int *
conv_factor : float byref -> unit
Parameters
- units
- Type: SystemString
Units (i.e. "m") - size
- Type: SystemInt32
Length of Units string - conv_factor
- Type: SystemDouble
Conversion (units/m)
See Also