←Select platform

ImageSetNumber Property

Summary

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

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.ImageSetNumber)] 
public Nullable<int> ImageSetNumber { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(7471154)>  
Public Property ImageSetNumber() As System.Nullable(Of Integer) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(7471154)] 
   property System::Nullable<int> ImageSetNumber 
   { 
      System::Nullable<int> get() 
      void set(System::Nullable<int> 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly