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