CADability dotNET
Determins or forces the visibility of the object. Used by the owner, e.g. ProjectedModel

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

Syntax

C#
bool IsVisible { get; set; }
Visual Basic
Property IsVisible As Boolean
	Get
	Set
Visual C++
property bool IsVisible {
	bool get ();
	void set (bool value);
}

See Also