CADability dotNET
Gets or sets the layer.

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

Syntax

C#
Layer Layer { get; set; }
Visual Basic
Property Layer As Layer
	Get
	Set
Visual C++
property Layer^ Layer {
	Layer^ get ();
	void set (Layer^ value);
}

See Also