Click or drag to resize

CSYSGetViewServiceURL Method (String, Int32)

Note: This API is now obsolete.

Get the service URL for View

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetViewServiceURL(
	ref string service_url,
	int service_url_size
)

[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetViewServiceURL(
	ref string service_url,
	int service_url_size
)

Parameters

service_url
Type: SystemString
Returned Service URL
service_url_size
Type: SystemInt32
Size of Service URL
See Also