Returns true if the layer is switched off or hidden.

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

Syntax

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

See Also