 | CSYSGetViewURL Method (String) |
Get the View URL
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntaxpublic static void GetViewURL(
ref string url
)
public static void GetViewURL(
ref string url
)
Public Shared Sub GetViewURL (
ByRef url As String
)
Public Shared Sub GetViewURL (
ByRef url As String
)
public:
static void GetViewURL(
String^% url
)
public:
static void GetViewURL(
String^% url
)
static member GetViewURL :
url : string byref -> unit
static member GetViewURL :
url : string byref -> unit
Parameters
- url
- Type: SystemString
Returned View URL
See Also