DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ReadBehaviours Class / IgnoreBOT Property






In This Topic
    IgnoreBOT Property
    In This Topic
    Ignore any Basic Offset Table which may be present in the received data
    Syntax
    'Declaration
     
    
    Public Property IgnoreBOT As System.Boolean
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.IgnoreBOT = value
     
    value = instance.IgnoreBOT
    public System.bool IgnoreBOT {get; set;}
    public read-write property IgnoreBOT: System.Boolean; 
    public function get,set IgnoreBOT : System.boolean
    public: __property System.bool get_IgnoreBOT();
    public: __property void set_IgnoreBOT( 
       System.bool value
    );
    public:
    property System.bool IgnoreBOT {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also