 | CIPJ.IGetDisplayName Method (String) |
Get a name for display purposes from IPJ
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.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: System.String
Name returned
See Also