Sets the trigger sample position.
public bool SetTriggerSamplePosition(
bool include,
int samplePosition
)
Public Function SetTriggerSamplePosition( _
ByVal include As Boolean, _
ByVal samplePosition As Integer _
) As Boolean
public bool SetTriggerSamplePosition(
bool include,
int samplePosition
)
function Leadtools.Dicom.DicomWaveformGroup.SetTriggerSamplePosition(
include ,
samplePosition
)
public:
bool SetTriggerSamplePosition(
bool include,
int samplePosition
)
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.
true if the trigger sample position was set successfully, false if an error occurred.
For an example, refer to WaveformGroupCount.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET