DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / VoiLUTInUse Property






In This Topic
    VoiLUTInUse Property
    In This Topic
    Indicates whether a Values of Interest Lookup Table is in use
    Syntax
    'Declaration
     
    
    Public ReadOnly Property VoiLUTInUse As System.Short
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.Short
     
    value = instance.VoiLUTInUse
    public System.short VoiLUTInUse {get;}
    public read-only property VoiLUTInUse: System.Int16; 
    public function get VoiLUTInUse : System.short
    public: __property System.short get_VoiLUTInUse();
    public:
    property System.short VoiLUTInUse {
       System.short get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also