 | CIPJIUnitName Method (CGXNETCore, Double, Int32, String, Int32) |
Get a unit name given a scale factor
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void IUnitName(
CGXNETCore gxNetShared,
double val,
int type,
ref string name,
int length
)
public static void IUnitName(
CGXNETCore gxNetShared,
double val,
int type,
ref string name,
int length
)
Public Shared Sub IUnitName (
gxNetShared As CGXNETCore,
val As Double,
type As Integer,
ByRef name As String,
length As Integer
)
Public Shared Sub IUnitName (
gxNetShared As CGXNETCore,
val As Double,
type As Integer,
ByRef name As String,
length As Integer
)
public:
static void IUnitName(
CGXNETCore^ gxNetShared,
double val,
int type,
String^% name,
int length
)
public:
static void IUnitName(
CGXNETCore^ gxNetShared,
double val,
int type,
String^% name,
int length
)
static member IUnitName :
gxNetShared : CGXNETCore *
val : float *
type : int *
name : string byref *
length : int -> unit
static member IUnitName :
gxNetShared : CGXNETCore *
val : float *
type : int *
name : string byref *
length : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - 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