←Select platform

SetTriggerTimeOffset Method

Summary
Sets the trigger time offset.
Syntax
C#
VB
C++
public bool SetTriggerTimeOffset( 
   bool include, 
   double offset 
) 
Public Function SetTriggerTimeOffset( _ 
   ByVal include As Boolean, _ 
   ByVal offset As Double _ 
) As Boolean 
public: 
bool SetTriggerTimeOffset(  
   bool include, 
   double offset 
)  

Parameters

include
true to insert the "Trigger Time Offset" (0018,1069) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Trigger Time Offset" (0018,1069) element (that corresponds to this waveform group) from the dataset.

offset
New trigger time offset.

Return Value

true if the trigger time offset was set successfully, false if an error occurred.

Example

For an example, refer to WaveformGroupCount.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.