 | CIPJIGetName Method (Int32, String, Int32) |
Get an IPJ name
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void IGetName(
int type,
ref string str_val,
int length
)
public void IGetName(
int type,
ref string str_val,
int length
)
Public Sub IGetName (
type As Integer,
ByRef str_val As String,
length As Integer
)
Public Sub IGetName (
type As Integer,
ByRef str_val As String,
length As Integer
)
public:
void IGetName(
int type,
String^% str_val,
int length
)
public:
void IGetName(
int type,
String^% str_val,
int length
)
member IGetName :
type : int *
str_val : string byref *
length : int -> unit
member IGetName :
type : int *
str_val : string byref *
length : int -> unit
Parameters
- type
- Type: SystemInt32
<define>IPJ_NAME</define> - str_val
- Type: SystemString
Name returned - length
- Type: SystemInt32
Maximum name size
See Also