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