CADability dotNET
Returns the Layer of this object

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

Syntax

C#
Layer Layer { get; }
Visual Basic
ReadOnly Property Layer As Layer
	Get
Visual C++
property Layer^ Layer {
	Layer^ get ();
}

See Also