Click or drag to resize

IMcCompositeHostSources Property

One source or an array of all sources.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Sources ( 
	Optional lSourceIndex As Integer = -1
) As Object
	Get

Parameters

lSourceIndex (Optional)
Type: SystemInt32
Index of the source of interest, or -1 for all sources.

Property Value

Type: Object
Remarks
This property is exposed as a scalar Variant (type VT_VARIANT) or an array thereof.
See Also