←Select platform

SelectorATValue Property

Summary

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

Syntax

C#
VB
C++
[Element(DicomTag.SelectorATValue)] 
public List<int> SelectorATValue { get; set; } 
<ElementAttribute(7471200)>  
Public Property SelectorATValue() As System.Collections.Generic.List(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute(7471200)] 
   property System::Collections::Generic::List<int>^ SelectorATValue 
   { 
      System::Collections::Generic::List<int>^ get() 
      void set(System::Collections::Generic::List<int>^ value) 
   } 

Property Value

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

Remarks

Required if SelectorAttributeVR has a value of AT.

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