Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes Namespace > OrientationConditionBase Class : ApplyOrientation Method |
public abstract bool ApplyOrientation( DicomDataSet ds, PlaneOrientation orientation )
'Declaration
Public MustOverride Function ApplyOrientation( _ ByVal ds As DicomDataSet, _ ByVal orientation As PlaneOrientation _ ) As Boolean
'Usage
Dim instance As OrientationConditionBase Dim ds As DicomDataSet Dim orientation As PlaneOrientation Dim value As Boolean value = instance.ApplyOrientation(ds, orientation)
public: abstract bool ApplyOrientation( DicomDataSet^ ds, PlaneOrientation^ orientation )