Click or drag to resize

ConfigurationManagerGetLocalKnowledgeLayerTemplates Method

Gets layer templates for local knowledge id.

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public static LayerTemplateData[] GetLocalKnowledgeLayerTemplates(
	int localKnowledgeId
)

Parameters

localKnowledgeId
Type: SystemInt32
Local Knowledge ID

Return Value

Type: LayerTemplateData
Array of layer template data.
See Also