←Select platform

SetChannelTimeSkew Method

Summary

Sets the channel time skew.

Syntax
C#
VB
C++
public bool SetChannelTimeSkew( 
   double timeSkew 
) 
Public Function SetChannelTimeSkew( _ 
   ByVal timeSkew As Double _ 
) As Boolean 
public: 
bool SetChannelTimeSkew(  
   double timeSkew 
)  

Parameters

timeSkew
New channel time skew.

Return Value

true to indicate that the channel time skew was updated successfully, false to indicate that an error occurred.

Remarks
  • This method sets the channel time skew. For more information refer to the "Channel Time Skew" (003A, 0214) element in the DICOM standard.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly