 | CIPJIUnitName Method (Double, Int32, String, Int32) |
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
Syntaxpublic static void IUnitName(
double val,
int type,
ref string name,
int length
)
public static void IUnitName(
double val,
int type,
ref string name,
int length
)
Public Shared Sub IUnitName (
val As Double,
type As Integer,
ByRef name As String,
length As Integer
)
Public Shared Sub IUnitName (
val As Double,
type As Integer,
ByRef name As String,
length As Integer
)
public:
static void IUnitName(
double val,
int type,
String^% name,
int length
)
public:
static void IUnitName(
double val,
int type,
String^% name,
int length
)
static member IUnitName :
val : float *
type : int *
name : string byref *
length : int -> unit
static member IUnitName :
val : float *
type : int *
name : string byref *
length : int -> unit
Parameters
- val
- Type: SystemDouble
Factor to meters - type
- Type: SystemInt32
<define>IPJ_UNIT</define> - name
- Type: SystemString
Name returned, "" if cannot find unit - length
- Type: SystemInt32
Length of string
See Also