Click or drag to resize

CIPJIGetUnits Method (Double, String, Int32)

Get unit parameters

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.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: SystemDouble
Factor to meters
str_val
Type: SystemString
Abbreviation
length
Type: SystemInt32
Length of string
See Also