←Select platform

ImageSetNumber Property

Summary

Gets or sets the Display Set Image Set Number (Mandatory).

Syntax
C#
VB
C++
[Element(DicomTag.ImageSetNumber)] 
[DataMemberAttribute()] 
public Nullable<int> ImageSetNumber { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.ImageSetNumber())>  
Public Property ImageSetNumber() As Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::ImageSetNumber()))] 
   property Nullable<Int32>^ ImageSetNumber 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The Display Set Image Set Number.

Remarks

Identifies the particular TimeBasedImageSet that is to be displayed in this DisplaySet.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly