←Select platform

SortingDirection Property

Summary

Gets or sets the SortingDirection for this SortingOperation.

Syntax
C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.SortingDirection)] 
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 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.