Click or drag to resize

McMeasurementsSaveSettings Method

Saves Measurements settings into an McSettings object.

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Sub SaveSettings ( 
	Destination As Object
)

Parameters

Destination
Type: SystemObject
Destination - as McSettings, reference to McSettings object that will receive the data.

Implements

IMcMeasurementsSaveSettings(Object)
Remarks
See LoadSettings for more information.
See Also