Click or drag to resize

McMeasurementsOptions Property

Returns reference to Manual Measurements Options as McMMOptions

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Options As McMMOptions
	Get

Property Value

Type: McMMOptions

Implements

IMcMeasurementsOptions
Examples
VB
 'show statistical pane of the data table
ThisApplication.ActiveImage.MeasurementsData.Options.ShowStats = True
See Also