Click or drag to resize

ConfigurationManagerGetPrintTemplatesForMap Method

Gets an array or print templates for the map

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static PrintTemplate[] GetPrintTemplatesForMap(
	string mapName
)

Parameters

mapName
Type: SystemString
The name of the map to get the print templates for

Return Value

Type: PrintTemplate
An array of print templates
See Also