Gets or sets an index specifying which value of SelectorAttribute to use this SortingOperation.
[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)
}
The index specifying which value ofSelectorAttribute to use for this SortingOperation.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document