 | CIPJIGetUnits Method (Double, String) |
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
)
public void IGetUnits(
ref double scale,
ref string str_val
)
Public Sub IGetUnits (
ByRef scale As Double,
ByRef str_val As String
)
Public Sub IGetUnits (
ByRef scale As Double,
ByRef str_val As String
)
public:
void IGetUnits(
double% scale,
String^% str_val
)
public:
void IGetUnits(
double% scale,
String^% str_val
)
member IGetUnits :
scale : float byref *
str_val : string byref -> unit
member IGetUnits :
scale : float byref *
str_val : string byref -> unit
Parameters
- scale
- Type: SystemDouble
Factor to meters - str_val
- Type: SystemString
Abbreviation
See Also