←Select platform

NumberOfEntries Property

Summary

Gets or sets the number of entries in the lookup table.

Syntax

C#
VB
Java
WinRT C#
C++
public int NumberOfEntries { get; set; } 
Public Property NumberOfEntries As Integer 
public int NumberOfEntries {get; set;} 
public int getNumberOfEntries() 
public void setNumberOfEntries(int value) 
             
 <br/>get_NumberOfEntries();<br/>set_NumberOfEntries(value);<br/>Object.defineProperty('NumberOfEntries');  
public: 
property int NumberOfEntries { 
   int get(); 
   void set (    int value); 
} 

Property Value

Value indicating the first value in the "LUT Descriptor". Specifies the number of entries in the lookup table.

Remarks
  • This property specifies the attributes of "LUT Descriptor" (0028,3002) element under the "Modality LUT Sequence" (0028,3000).
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