Click or drag to resize

CIPJSetUnits Method

Set unit parameters

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetUnits(
	double scale,
	string str_val
)

public void SetUnits(
	double scale,
	string str_val
)

Parameters

scale
Type: SystemDouble
Factor to meters, must be >= 0.0
str_val
Type: SystemString
Abbreviation, can be ""
See Also