Click or drag to resize

IMcObjectsCount Property

A read-only property reflecting the Count of McObjects in the collection, as filtered by SetEnumFilters.

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property Count As Integer
	Get

Property Value

Type: Int32
Remarks
The count takes into account any filters which have been set by the SetEnumFilters method. Unless you have called SetEnumFilters, only those objects in the collection that were created by this instance of McObjects will be included in the count. Note that the enumeration filters are automatically cleared by any "for each" loop call or they can be cleared with a call to SetEnumFilters with the eControlFlags set to mcobjEnumResetToNoFilter.
See Also