XMapMetaInfo Constructor (String) |
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public XMapMetaInfo(
string baseUrl
)
Public Sub New (
baseUrl As String
)
public:
XMapMetaInfo(
String^ baseUrl
)
new :
baseUrl : string -> XMapMetaInfo
Parameters
- baseUrl
- Type: SystemString
The base url for the xMapServer. It consists of the first part of the complete XMapServer URL,
for example eu-n-test.
See Also