←Select platform

SortingDirection Property

Summary

Gets or sets the SortingDirection for this SortingOperation.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[Element(DicomTag.SortingDirection)] 
public Nullable<SortingDirection> SortingDirection { get; set; } 
public:  
   [ElementAttribute((gcnew DicomTag::SortingDirection())),  
   DataMemberAttribute] 
   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 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.