←Select platform

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 Leadtools.Dicom.DicomDataSet, _ 
   ByVal orientation As Leadtools.Dicom.Common.Datatypes.PlaneOrientation _ 
) As Boolean 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly