C#
VB
C++
Gets or sets the value(s) of the attribute identified by SelectorAttribute.
[Element(DicomTag.SelectorSSValue)]
public List<short> SelectorSSValue { get; set; }
<ElementAttribute(7471230)>
Public Property SelectorSSValue() As System.Collections.Generic.List(Of Short)
Get
Set
public:
[ElementAttribute(7471230)]
property System::Collections::Generic::List<short>^ SelectorSSValue
{
System::Collections::Generic::List<short>^ get()
void set(System::Collections::Generic::List<short>^ value)
}
The value(s) of the attribute identified by SelectorAttribute.
Required if SelectorAttributeVR has a value of SS.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET