Click or drag to resize

McMMSubFeatureShow Property

Sets/gets Visible status of sub-feature.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Property Show As Boolean
	Get
	Set

Property Value

Type: Boolean
Examples
VB
 'add circle
ThisApplication.ActiveImage.MeasurementsData.Add mmtsCircle, New Single(){110, 110, 100, 100}
 'hide the circle
ThisApplication.ActiveImage.MeasurementsData.SubFeature(Measurements.Data.Rows - 1).Show = False
 'update data table
ThisApplication.ActiveImage.MeasurementsData.Options.Apply
See Also