Click or drag to resize

McMMFeatureRows Property

Returns number of sub-features/rows in data table corresponded to the feature.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public ReadOnly Property Rows ( 
	Optional IgnoreHidden As Boolean = true,
	Optional OnlyVisible As Boolean = false
) As Integer
	Get

Parameters

IgnoreHidden (Optional)
Type: SystemBoolean
IgnoreHidden defines whether to count hidden sub-features/rows. By default IgnoreHidden is TRUE.
OnlyVisible (Optional)
Type: SystemBoolean

Return Value

Type: Int32
Number of sub-features in the feature.
Remarks
Only visible sub-features are counted by default. See SubFeature for programming example.
See Also