 | CIPJSetUnits Method |
Set unit parameters
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void SetUnits(
double scale,
string str_val
)
public void SetUnits(
double scale,
string str_val
)
Public Sub SetUnits (
scale As Double,
str_val As String
)
Public Sub SetUnits (
scale As Double,
str_val As String
)
public:
void SetUnits(
double scale,
String^ str_val
)
public:
void SetUnits(
double scale,
String^ str_val
)
member SetUnits :
scale : float *
str_val : string -> unit
member SetUnits :
scale : float *
str_val : string -> unit
Parameters
- scale
- Type: SystemDouble
Factor to meters, must be >= 0.0 - str_val
- Type: SystemString
Abbreviation, can be ""
See Also