Click or drag to resize

McMMDataSubFeature Property (Object)

Returns pointer to sub-feature by name or index. If best-fit points are hidden, they are excluded.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property SubFeature ( 
	Index As Object
) As McMMSubFeature
	Get

Parameters

Index
Type: SystemObject

Return Value

Type: McMMSubFeature
Sub-feature reference
Examples
VB
'print length of line L1
 Debug.Print ThisApplication.ActiveImage.MeasurementsData.SubFeature("L1").Value(New MeasEntry("mLnLength"))
See Also