C#
VB
C++
Gets or sets the value of the attribute identified by SelectorAttribute.
[Element(DicomTag.SelectorDSValue)]
public List<double> SelectorDSValue { get; set; }
<ElementAttribute(7471218)>
Public Property SelectorDSValue() As System.Collections.Generic.List(Of Double)
Get
Set
public:
[ElementAttribute(7471218)]
property System::Collections::Generic::List<double>^ SelectorDSValue
{
System::Collections::Generic::List<double>^ get()
void set(System::Collections::Generic::List<double>^ value)
}
The value of the attribute identified by SelectorAttribute.
Required if SelectorAttributeVR has a value of DS.
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