←Select platform

SelectorSLValue Property

Summary

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

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

Property Value

The Selector Value if the SelectorAttributeVR is "SL".

Remarks

If the SelectorAttributeVR is "SL", then the SelectorSLValue is used as the value for the SelectorAttribute.

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