Click or drag to resize
CIPJIUnitName Method
Get a unit name given a scale factor

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void IUnitName(
	double d1,
	int i2,
	ref string str3
)

Parameters

d1
Type: SystemDouble
factor to meters
i2
Type: SystemInt32
See IPJ_UNITConstant
str3
Type: SystemString
name returned, "" if cannot find unit
See Also