←Select platform

SortingDirection Property

Summary

Gets or sets the SortingDirection for this SortingOperation.

Syntax
C#
VB
C++
[Element(DicomTag.SortingDirection)] 
[DataMemberAttribute()] 
public Nullable<SortingDirection> SortingDirection { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(New DicomTag.SortingDirection())>  
Public Property SortingDirection() As Nullable(Of SortingDirection) 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::SortingDirection()))] 
   property Nullable<SortingDirection^>^ SortingDirection 
   { 
      Nullable<SortingDirection^>^ get() 
      void set(Nullable<SortingDirection^>^ value) 
   } 

Property Value

The SortingDirection for this SortingOperation.

Remarks

For more information, see SortingDirection.

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