Click or drag to resize

CSYSGetViewServiceURL Method (CGXNETCore, String, Int32)

Note: This API is now obsolete.

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
[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetViewServiceURL(
	CGXNETCore gxNetShared,
	ref string service_url,
	int service_url_size
)

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

Parameters

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