Click or drag to resize

McMMDataAdd Method (McMMFeature)

Adds a new manual measurements feature to measurements collection

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Sub Add ( 
	NewMeasurement As McMMFeature
)

Parameters

NewMeasurement
Type: MediaCy.Addins.MeasurementsMcMMFeature
Remarks
For macro programming prefer using Measurements.Add as a higher level analog of this function.
See Also