 | CSYSGetViewURL Method (String, Int32) |
Note: This API is now obsolete.
Get the View URL
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 GetViewURL(
ref string url,
int url_size
)
[ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")]
public static void GetViewURL(
ref string url,
int url_size
)
<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>
Public Shared Sub GetViewURL (
ByRef url As String,
url_size As Integer
)
<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>
Public Shared Sub GetViewURL (
ByRef url As String,
url_size As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since 9.9, Seequent View was discontinued.")]
static void GetViewURL(
String^% url,
int url_size
)
public:
[ObsoleteAttribute(L"Deprecated since 9.9, Seequent View was discontinued.")]
static void GetViewURL(
String^% url,
int url_size
)
[<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>]
static member GetViewURL :
url : string byref *
url_size : int -> unit
[<ObsoleteAttribute("Deprecated since 9.9, Seequent View was discontinued.")>]
static member GetViewURL :
url : string byref *
url_size : int -> unit
Parameters
- url
- Type: SystemString
Returned View URL - url_size
- Type: SystemInt32
Size of View URL
See Also