←Select platform

LutExplanation Property

Summary

Gets or sets the value of the "LUT Explanation" (0028,3003) element under the "VOI LUT Sequence" (0028,3010).

Syntax

C#
VB
Java
WinRT C#
C++
public string LutExplanation { get; set; } 
Public Property LutExplanation As String 
public string LutExplanation {get; set;} 
public String getLutExplanation() 
public void setLutExplanation(String value) 
             
 <br/>get_LutExplanation();<br/>set_LutExplanation(value);<br/>Object.defineProperty('LutExplanation');  
public: 
property String^ LutExplanation { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "LUT Explanation" (0028,3003) element under the "VOI LUT Sequence" (0028,3010). The maximum length of this string is 64.

Example

Refer to DicomVoiLutAttributes example.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly