Click or drag to resize

IDisplayOverlaysRemove Method

Remove an item from the collection

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub Remove ( 
	varItem As Object
)

Parameters

varItem
Type: SystemObject
Remarks
All links between features and the McGraphOverlay being removed are broken. Index values associated with other members of the collection can change as a result of this call, and of course the Count property will decrease by one.
See Also