ApplyOrientation Method

Summary

Returns true if the condition is met by the DicomDataSet parameter.

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

Parameters

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

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

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