Click or drag to resize

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
Syntax
public static void GetViewServiceURL(
	CGXNETCore gxNetShared,
	ref string service_url
)

public static void GetViewServiceURL(
	CGXNETCore gxNetShared,
	ref string service_url
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
service_url
Type: SystemString
Returned Service URL
See Also