←Select platform

SetChannelSampleSkew Method

Summary

Sets the channel sample skew.

Syntax

C#
VB
WinRT C#
C++
public bool SetChannelSampleSkew( 
   double sampleSkew 
) 
Public Function SetChannelSampleSkew( _ 
   ByVal sampleSkew As Double _ 
) As Boolean 
public bool SetChannelSampleSkew(  
   double sampleSkew 
) 
 function Leadtools.Dicom.DicomWaveformChannel.SetChannelSampleSkew(  
   sampleSkew  
) 
public: 
bool SetChannelSampleSkew(  
   double sampleSkew 
)  

Parameters

sampleSkew
New channel sample skew.

Return Value

true if the channel sample skew was updated successfully, false if an error occurred.

Remarks
  • This method sets the channel sample skew. For more information refer to the " Channel Sample Skew " (003A,0215) element in the DICOM standard.
Example

For an example, refer to WaveformGroupCount.

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 Assembly