Click or drag to resize

McMMDataCount Property

Returns number of manual measurement features

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
Remarks
See Measurements.Data.Rows to get the number of sub-features
Examples
Debug.Print "Number of manual measurements features=" + Measurements.Data.Count
See Also