DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / ExplicitVOILUT Property



In This Topic
    ExplicitVOILUT Property
    In This Topic
    An explicit Values of Interest (VOI) Lookup Table to be used in place of one specified in the image or presentaiton state.
    Syntax
    'Declaration
     
    Public Property ExplicitVOILUT As LookupTable
    'Usage
     
    Dim instance As DicomImage
    Dim value As LookupTable
     
    instance.ExplicitVOILUT = value
     
    value = instance.ExplicitVOILUT
    public LookupTable ExplicitVOILUT {get; set;}
    public:
    property LookupTable^ ExplicitVOILUT {
       LookupTable^ get();
       void set (    LookupTable^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also