←Select platform

SelectorDSValue Property

Summary

Gets or sets the Selector Value if the SelectorAttributeVR is "DS".

Syntax

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

Property Value

The Selector Value if the SelectorAttributeVR is "DS".

Remarks

If the SelectorAttributeVR is "DS", then the SelectorDSValue is used as the value for the SelectorAttribute.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly