SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Zone Structure / IsEmpty Property




In This Topic
    IsEmpty Property (Zone)
    In This Topic
    Returns true if the Width, Height, X, and Y properties of this Zone structure all have values of zero; otherwise, false.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As Zone
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}
    public: __property bool get_IsEmpty();
    public:
    property bool IsEmpty {
       bool get();
    }
    See Also