Click or drag to resize

FetchDataRun Method

Retrieve data from the object specified.

Namespace:  MediaCy.Addins.Scripting
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Function Run ( 
	ByRef input As Object,
	ByRef output As Object
) As Boolean

Parameters

input
Type: SystemObject
Object from which to retrieve the data
output
Type: SystemObject
Output data

Return Value

Type: Boolean
True when the data is retrieved
Remarks