SaveSegmentation method (LEADMrc Control)
Builder Syntax |
int SaveSegmentation(AnsiString strFileName); |
Delphi Syntax |
Function SaveSegmentation(strFileName: String): L_INT; |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Saves the segments from this LEAD MRC object to the specified file in a binary file format.
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