←Select platform

SetChannelSampleSkew Method

Summary

Sets the channel sample skew.

Syntax
C#
VB
C++
public bool SetChannelSampleSkew( 
   double sampleSkew 
) 
Public Function SetChannelSampleSkew( _ 
   ByVal sampleSkew As Double _ 
) As Boolean 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly