Sets the trigger sample position.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomWaveformGroup
Dim include As Boolean
Dim samplePosition As Integer
Dim value As Boolean
value = instance.SetTriggerSamplePosition(include, samplePosition) |
Parameters
- include
- true to insert the "Trigger Sample Position" (0018,106E) element (that corresponds to this waveform group) into the dataset and then set its value, false to delete the "Trigger Sample Position" (0018,106E) element (that corresponds to this waveform group) from the dataset.
- samplePosition
- New trigger sample position.
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also