Click or drag to resize

McMMDataSetSelection Method

Sets selection to the collection of sub-features.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Sub SetSelection ( 
	oSelRows As Object,
	iAdd As McMeasurementsenumMMSelTypes,
	DataFrom As Integer
)

Parameters

oSelRows
Type: SystemObject
SelRows is a collection of McMMSubFeature. iAdd As enumMMSelTypes defines the type of selection DataFrom defines the source of the selection window, should be -1 for Global
iAdd
Type: MediaCy.Addins.MeasurementsMcMeasurementsenumMMSelTypes
DataFrom
Type: SystemInt32
Remarks
In macros use Measurements.Selection function instead as a high level wrapper.
See Also