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)
Syntaxpublic static PrintTemplate[] GetPrintTemplatesForMap(
string mapName
)
Public Shared Function GetPrintTemplatesForMap (
mapName As String
) As PrintTemplate()
Parameters
- mapName
- Type: SystemString
The name of the map to get the print templates for
Return Value
Type:
PrintTemplateAn array of print templates
See Also