Click or drag to resize

XMapMetaInfo Constructor (String)

Initializes a new instance of the XMapMetaInfo class by requesting the xmap .properties file, initializing the CopyrightText and MaxRequestSize, if this file could be requested. The User and Password remains empty.

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
)

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