DicomObjects.NetStandard Documentation
DicomObjects Namespace / DicomImage Class / ExplicitModalityLUT Property



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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also