CADability dotNET
Creates a new [!:CheckedLayerlist] with the provided layer list and a set of initially checked layers

Namespace: CADability.Attribute
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public CheckedLayerList(
	LayerList layerList,
	Layer[] checkedLayers,
	string resourceId
)
Visual Basic
Public Sub New ( _
	layerList As LayerList, _
	checkedLayers As Layer(), _
	resourceId As String _
)
Visual C++
public:
CheckedLayerList(
	LayerList^ layerList, 
	array<Layer^>^ checkedLayers, 
	String^ resourceId
)

Parameters

layerList
Type: CADability.Attribute..::..LayerList
List of all layers to display
checkedLayers
Type: array<CADability.Attribute..::..Layer>[]()[][]
Subset of the layerlist that is to be checked initially
resourceId
Type: System..::..String
Resource id for the title of the Controlcenter entry

See Also