Click or drag to resize

McMMSubFeatureSelected Property

Sets/gets selection 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 Selected As Boolean
	Get
	Set

Property Value

Type: Boolean
Examples
VB
 'add circle
ThisApplication.ActiveImage.MeasurementsData.Add mmtsCircle, New Single(){110, 110, 100, 100}
 'select the circle
ThisApplication.ActiveImage.MeasurementsData.SubFeature(Measurements.Data.Rows - 1).Selected = True
See Also