ApplyOrientation Method

Summary

Indicates if a specified condition is met by a DicomDataSet.

Syntax
C#
VB
C++
public override bool ApplyOrientation( 
   DicomDataSet ds, 
   PlaneOrientation orientation 
) 
Public Overrides Function ApplyOrientation( _ 
   ByVal ds As DicomDataSet, _ 
   ByVal orientation As PlaneOrientation _ 
) As Boolean 
public: 
bool ApplyOrientation(  
   DicomDataSet^ ds, 
   PlaneOrientation^ orientation 
) override  

Parameters

ds
The DicomDataSet set that is being tested for a condition.

orientation
The orientation to apply if the condition is met for ds.

Return Value

true if the condition is met for ds; otherwise, it is false.

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