- timeSkew
- New channel time skew.
Visual Basic (Declaration) | |
---|---|
Public Function SetChannelTimeSkew( _ ByVal timeSkew As Double _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformChannel Dim timeSkew As Double Dim value As Boolean value = instance.SetChannelTimeSkew(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.For an example, refer to DicomDataSet.WaveformGroupCount.
- This method sets the channel time skew. For more information refer to the "Channel Time Skew" (003A, 0214) element in the DICOM standard.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)