Click or drag to resize

DBConfigurationBaseGetFrontTemplate Method

Gets the front template table entries for supplied map name.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual TemplatesDataSetMapFrontTemplateDataTable GetFrontTemplate(
	string mapName
)

Parameters

mapName
Type: SystemString
map name

Return Value

Type: TemplatesDataSetMapFrontTemplateDataTable
Data Table of Front Templates/

Implements

IDBConfigReaderGetFrontTemplate(String)
See Also