←Select platform

SelectorFDValue Property

Summary

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

Syntax
C#
VB
C++
[Element(DicomTag.SelectorFDValue)] 
public List<double> SelectorFDValue { get; set; } 
<ElementAttribute(7471220)>  
Public Property SelectorFDValue() As System.Collections.Generic.List(Of Double) 
   Get 
   Set 
public:  
   [ElementAttribute(7471220)] 
   property System::Collections::Generic::List<double>^ SelectorFDValue 
   { 
      System::Collections::Generic::List<double>^ get() 
      void set(System::Collections::Generic::List<double>^ value) 
   } 

Property Value

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

Remarks

Required if SelectorAttributeVR has a value of FD.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.