DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ValidateFragmentsArgs Class / BasicOffsetTable Property






In This Topic
    BasicOffsetTable Property
    In This Topic
    The basic offset table as read from the received data.
    Syntax
    'Declaration
     
    
    Public Property BasicOffsetTable As System.UInteger()
    'Usage
     
    
    Dim instance As ValidateFragmentsArgs
    Dim value() As System.UInteger
     
    instance.BasicOffsetTable = value
     
    value = instance.BasicOffsetTable
    public System.uint[] BasicOffsetTable {get; set;}
    public read-write property BasicOffsetTable: System.array of LongWord; 
    public function get,set BasicOffsetTable : System.uint[]
    public: __property System.uint[]* get_BasicOffsetTable();
    public: __property void set_BasicOffsetTable( 
       System.uint[][]* value
    );
    public:
    property System.array<uint>^ BasicOffsetTable {
       System.array<uint>^ get();
       void set (    System.array<uint>^ value);
    }
    Remarks

    You may set this to null if modifying the data, and DicomObjects will attempt to recalculate it, checking whether the fragements start with the appropriate markers.

    Alternatively, you may set it explicitly

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also