Click or drag to resize

IMcCompositeHostRemoveSource Method

Remove one Source or all Sources.

Namespace:  MediaCy.IQL.Operations
Assembly:  MediaCy.IQL.Operations (in MediaCy.IQL.Operations.dll) Version: 10.0.6912.0
Syntax
VB
Function RemoveSource ( 
	Optional lIndexToBeRemoved As Integer = -1
) As Integer

Parameters

lIndexToBeRemoved (Optional)
Type: SystemInt32
Index of the source to be removed, or -1 to remove all sources (i.e., empty the list of sources)

Return Value

Type: Int32
The SourceCount after removing the specified source.
See Also