McMMDataRemove Method
|
|
Removes manual measurements feature from the collection of manual measurements.
Namespace:
MediaCy.Addins.Measurements
Assembly:
MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
SyntaxPublic Sub Remove (
NItem As Object
)
Parameters
- NItem
- Type: SystemObject
NItem - a 0-based feature index in manual measurements collection.
Remarks
In macros use Measurements.DeleteSelected function instead as a higher level wrapper.
See Also