Click or drag to resize

DBConfigurationBaseGetAllStylesByMapNameAndIntent Method

Gets all styles for a map name and intent.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual DefaultStyleSettings GetAllStylesByMapNameAndIntent(
	string mapName,
	IntentTypeEnum intent,
	StyleTypeEnum styleType
)

Parameters

mapName
Type: SystemString
Map Name
intent
Type: Cadcorp.ConfigurationIntentTypeEnum
Intent Type
styleType
Type: Cadcorp.ConfigurationStyleTypeEnum
Style Type

Return Value

Type: DefaultStyleSettings
Populated Default Style Settings object.

Implements

IDBConfigReaderGetAllStylesByMapNameAndIntent(String, IntentTypeEnum, StyleTypeEnum)
See Also