Initializes a new instance of the MapImageMapGenerator class.

Namespace:  ProcessMapping.ImageGeneration
Assembly:  ProcessMapping.ImageGeneration (in ProcessMapping.ImageGeneration.dll) Version: 1.0.0.3 (1.0.0.3)

Syntax

C#
public MapImageMapGenerator(
	string connectionString,
	string mapName,
	string folderId,
	bool includeOverview
)
Visual Basic (Declaration)
Public Sub New ( _
	connectionString As String, _
	mapName As String, _
	folderId As String, _
	includeOverview As Boolean _
)
Visual C++
public:
MapImageMapGenerator(
	String^ connectionString, 
	String^ mapName, 
	String^ folderId, 
	bool includeOverview
)

Parameters

connectionString
Type: System..::.String
The connection string used to connect to the database.
mapName
Type: System..::.String
Name of the map.
folderId
Type: System..::.String
The folder id.
includeOverview
Type: System..::.Boolean
if set to true include an overview (number of folders at a stage etc).

See Also