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)
Syntaxpublic static LayerTemplateData[] GetLocalKnowledgeLayerTemplates(
int localKnowledgeId
)
Public Shared Function GetLocalKnowledgeLayerTemplates (
localKnowledgeId As Integer
) As LayerTemplateData()
Parameters
- localKnowledgeId
- Type: SystemInt32
Local Knowledge ID
Return Value
Type:
LayerTemplateDataArray of layer template data.
See Also