CADability dotNET
Initializes a new instance of the LayerSelectionProperty class

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

Syntax

C#
public LayerSelectionProperty(
	ILayer ObjectWithLayer,
	string resourceId,
	LayerList ll,
	bool includeUndefined
)
Visual Basic
Public Sub New ( _
	ObjectWithLayer As ILayer, _
	resourceId As String, _
	ll As LayerList, _
	includeUndefined As Boolean _
)
Visual C++
public:
LayerSelectionProperty(
	ILayer^ ObjectWithLayer, 
	String^ resourceId, 
	LayerList^ ll, 
	bool includeUndefined
)

Parameters

ObjectWithLayer
Type: CADability.Attribute..::..ILayer
resourceId
Type: System..::..String
ll
Type: CADability.Attribute..::..LayerList
includeUndefined
Type: System..::..Boolean

See Also