Click or drag to resize

McMeasurementsLoadSettings Method

Loads settings to Manual Measurements

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Sub LoadSettings ( 
	Source As Object,
	Optional NeedUpdate As Boolean = true
)

Parameters

Source
Type: SystemObject
NeedUpdate (Optional)
Type: SystemBoolean
Source - as McSettings, reference to McSettings object with data NeedUpdate - optional parameter. Specifies whether the data has to be updated immediately. Default=true.

Implements

IMcMeasurementsLoadSettings(Object, Boolean)
See Also