Click or drag to resize

McMMSubFeatureName Property

Sets/gets name 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 Name As String
	Get
	Set

Property Value

Type: String
Examples
VB
 'add circle
ThisApplication.ActiveImage.MeasurementsData.Add mmtsCircle, New Single(){110, 110, 100, 100}
 'set new name to feature
ThisApplication.ActiveImage.MeasurementsData.SubFeature(Measurements.Data.Rows - 1).Name = "My new circle"
 'update name in the data table
ThisApplication.ActiveImage.MeasurementsData.Options.Apply
See Also