'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Determines whether the layer is active")> Public ReadOnly Property IsActive As System.Boolean
'Usage
Dim instance As NLayer Dim value As System.Boolean value = instance.IsActive
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Determines whether the layer is active")] public System.bool IsActive {get;}