 | CSYSGetViewServiceURL Method (String) |
Get the service URL for View
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static void GetViewServiceURL(
ref string service_url
)
public static void GetViewServiceURL(
ref string service_url
)
Public Shared Sub GetViewServiceURL (
ByRef service_url As String
)
Public Shared Sub GetViewServiceURL (
ByRef service_url As String
)
public:
static void GetViewServiceURL(
String^% service_url
)
public:
static void GetViewServiceURL(
String^% service_url
)
static member GetViewServiceURL :
service_url : string byref -> unit
static member GetViewServiceURL :
service_url : string byref -> unit
Parameters
- service_url
- Type: SystemString
Returned Service URL
See Also