McMMSubFeatureName Property |
![]() |
Namespace: MediaCy.Addins.Measurements
'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