IMcViewsItem Property
|
|
Returns one of the views contained in an McViews object.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxReadOnly Default Property Item (
Index As Integer
) As Object
Get
Parameters
- Index
- Type: SystemInt32
Index of the view.
Property Value
Type:
Object
RemarksViews contained in McViews are numbered from 0 to Count. Each view object
implements IMcBasicView as well as IDispatch which is returned by Item.
See Also