←Select platform

SelectorValueNumber Property

Summary

Gets or sets an index specifying which value of SelectorAttribute to use this SortingOperation.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.SelectorValueNumber)] 
public Nullable<int> SelectorValueNumber { get; set; } 
public:  
   [ElementAttribute((gcnew DicomTag::SelectorValueNumber())),  
   DataMemberAttribute] 
   property Nullable<Int32>^ SelectorValueNumber 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The index specifying which value ofSelectorAttribute to use for this SortingOperation.

Remarks

If the SelectorAttribute is multi-valued, then the SelectorValueNumber specifies which value of SelectorAttribute to use for sorting. The value 1 refers to the first value, the value 2 refers to the second value, and so on. The value 0 is not valid.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.