DicomObjects.NET.V8
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 Short
    'Usage
     
    Dim instance As DicomImage
    Dim value As Short
     
    value = instance.VoiLUTInUse
    public short VoiLUTInUse {get;}
    public:
    property short VoiLUTInUse {
       short get();
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also