 | CIPJIGetDisplayName Method (String) |
Get a name for display purposes from IPJ
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic void IGetDisplayName(
ref string str_val
)
public void IGetDisplayName(
ref string str_val
)
Public Sub IGetDisplayName (
ByRef str_val As String
)
Public Sub IGetDisplayName (
ByRef str_val As String
)
public:
void IGetDisplayName(
String^% str_val
)
public:
void IGetDisplayName(
String^% str_val
)
member IGetDisplayName :
str_val : string byref -> unit
member IGetDisplayName :
str_val : string byref -> unit
Parameters
- str_val
- Type: SystemString
Name returned
See Also