 | CIPJIGetName Method (Int32, String) |
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
)
public void IGetName(
int type,
ref string str_val
)
Public Sub IGetName (
type As Integer,
ByRef str_val As String
)
Public Sub IGetName (
type As Integer,
ByRef str_val As String
)
public:
void IGetName(
int type,
String^% str_val
)
public:
void IGetName(
int type,
String^% str_val
)
member IGetName :
type : int *
str_val : string byref -> unit
member IGetName :
type : int *
str_val : string byref -> unit
Parameters
- type
- Type: SystemInt32
<define>IPJ_NAME</define> - str_val
- Type: SystemString
Name returned
See Also