CombineSegments method (LEADMrc Control)
Builder Syntax |
|
Delphi Syntax |
Function CombineSegments(nSegId1: L_INT; nSegId2: L_INT): L_INT; |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Combines two segments. This method is used to combine two specific segments. The two segments must be in the same row or column to be combined. Use the CombineFlags property and the CombineFactor property to control which segments are combined and how those segments are combined.
This method can be used when performing automatic or manual segmentation.
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