Click or drag to resize

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
Syntax
public void IGetUnits(
	ref double scale,
	ref string str_val,
	int length
)

public void IGetUnits(
	ref double scale,
	ref string str_val,
	int length
)

Parameters

scale
Type: System.Double
Factor to meters
str_val
Type: System.String
Abbreviation
length
Type: System.Int32
Length of string
See Also