ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / DWGLayer Class / IsOff Property




In This Topic
    IsOff Property
    In This Topic
    If layer is currently off (not visible).
    Syntax
    'Declaration
     
    Public Property IsOff As Boolean
    'Usage
     
    Dim instance As DWGLayer
    Dim value As Boolean
     
    instance.IsOff = value
     
    value = instance.IsOff
    public bool IsOff {get; set;}
    public: __property bool get_IsOff();
    public: __property void set_IsOff( 
       bool value
    );
    public:
    property bool IsOff {
       bool get();
       void set (    bool value);
    }
    See Also