←Select platform

SelectorFLValue Property

Summary

Gets or sets the value(s) of the attribute identified by SelectorAttribute.

Syntax
C#
VB
C++
[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) 
   } 

Property Value

The value(s) of the attribute identified by SelectorAttribute.

Remarks

Required if SelectorAttributeVR has a value of FL.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly