DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LookupTable Class / Data Property






In This Topic
    Data Property (LookupTable)
    In This Topic
    The LUT data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Data As System.Array
    'Usage
     
    
    Dim instance As LookupTable
    Dim value As System.Array
     
    value = instance.Data
    public System.Array Data {get;}
    public read-only property Data: System.Array; 
    public function get Data : System.Array
    public: __property System.Array* get_Data();
    public:
    property System.Array^ Data {
       System.Array^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also