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