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
)
Visual Basic
Public Sub New ( _
	ObjectWithLayer As ILayer, _
	resourceId As String, _
	ll As LayerList _
)
Visual C++
public:
LayerSelectionProperty(
	ILayer^ ObjectWithLayer, 
	String^ resourceId, 
	LayerList^ ll
)

See Also