DeleteSegment method (LEADMrc Control)
Builder Syntax |
|
Delphi Syntax |
|
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Deletes a specific segment from the object. This method can be used when performing either automatic or manual segmentation.
When performing manual segmentation, use the CreateNewSegment method to obtain the segment IDs.
When performing automatic segmentation using the AutoSegment method, call the EnumSegments method to obtain segment information and associated IDs.
Call the StartSegmentation method before using any of the segmentation methods. When the LEADMrc object is no longer needed, free it by calling the StopSegmentation method.
See Also