Returns true if the layer is switched on or visible.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
bool IsVisible { get; }
Visual Basic (Declaration)
ReadOnly Property IsVisible As Boolean
Visual C++
property bool IsVisible {
	bool get ();
}

See Also