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