 | CIPJIUnitName Method (CGXNETCore, Double, Int32, String) |
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
)
public static void IUnitName(
CGXNETCore gxNetShared,
double val,
int type,
ref string name
)
Public Shared Sub IUnitName (
gxNetShared As CGXNETCore,
val As Double,
type As Integer,
ByRef name As String
)
Public Shared Sub IUnitName (
gxNetShared As CGXNETCore,
val As Double,
type As Integer,
ByRef name As String
)
public:
static void IUnitName(
CGXNETCore^ gxNetShared,
double val,
int type,
String^% name
)
public:
static void IUnitName(
CGXNETCore^ gxNetShared,
double val,
int type,
String^% name
)
static member IUnitName :
gxNetShared : CGXNETCore *
val : float *
type : int *
name : string byref -> unit
static member IUnitName :
gxNetShared : CGXNETCore *
val : float *
type : int *
name : string byref -> 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
See Also