 | CIPJ.IGetUnits Method (Double, String, Int32) |
Get unit parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetUnits(
ref double scale,
ref string str_val,
int length
)
public void IGetUnits(
ref double scale,
ref string str_val,
int length
)
Public Sub IGetUnits (
ByRef scale As Double,
ByRef str_val As String,
length As Integer
)
Public Sub IGetUnits (
ByRef scale As Double,
ByRef str_val As String,
length As Integer
)
public:
void IGetUnits(
double% scale,
String^% str_val,
int length
)
public:
void IGetUnits(
double% scale,
String^% str_val,
int length
)
member IGetUnits :
scale : float byref *
str_val : string byref *
length : int -> unit
member IGetUnits :
scale : float byref *
str_val : string byref *
length : int -> unit
Parameters
- scale
- Type: System.Double
Factor to meters - str_val
- Type: System.String
Abbreviation - length
- Type: System.Int32
Length of string
See Also