Click or drag to resize

CIPJIUnitName Method (Double, Int32, String)

Get a unit name given a scale factor

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void IUnitName(
	double val,
	int type,
	ref string name
)

public static void IUnitName(
	double val,
	int type,
	ref string name
)

Parameters

val
Type: SystemDouble
Factor to meters
type
Type: SystemInt32
<define>IPJ_UNIT</define>
name
Type: SystemString
Name returned, "" if cannot find unit
See Also