Click or drag to resize

McMeasurementsArchive Method

Saves manual measurements data from the active image to database.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
Remarks
The active image database node will have Manual Measurements child node that contains all current manual measurements features with measurement values. Note that the measurements are also saved in image files if the "Save measurements in image files of compatible formats" of the options dialog is active.
Examples
VB
 'archive mesurements to database
ThisApplication.ActiveImage.MeasurementsData.Archive
See Also