- 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.
Visual Basic (Declaration) | |
---|---|
Public Function SetTriggerTimeOffset( _ ByVal include As Boolean, _ ByVal offset As Double _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomWaveformGroup Dim include As Boolean Dim offset As Double Dim value As Boolean value = instance.SetTriggerTimeOffset(include, 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.For an example, refer to DicomDataSet.WaveformGroupCount.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)