FilteredBlockIterator Class

This class implements iterator objects that traverse queries defined by Filter objects on Block Table Records.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.DatabaseServices.FiltersFilteredBlockIterator

Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class FilteredBlockIterator : DisposableWrapper

The FilteredBlockIterator type exposes the following members.

Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property BuffersForComposition Property that indicates whether the index iterator needs to buffer output if it is not used as the primary index iterator. Default is false. If false, only the first index/filter pair is traversed, with subsequent pairs queried via accepts(). If true, after all the IDs from the previous iterator have been added to the buffer, the start(), next() and id() of this iterator are to be used to iterate through the data.
Public property EstimatedHitFraction Property that represents the estimated fraction [0.0 .. 1.0] of the contents that is selected by the Filter query. This property is used to order the FilteredBlockIterator objects during a block traversal. * 0.0 forces the iterator to be used first. * 1.0 forces the iterator to be used last. The filters with the fewest hits will be applied first.
Public property Id Property that represents the Object ID of the record currently referenced by this Iterator object.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property Next Property that represents the Object ID of the next object, and increments this Iterator object.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Accepts Checks whether the specified object passes the Filter query.
Public method AddToBuffer Adds the specified Object ID to the buffer of an Index iterator.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method Seek Positions this Iterator object at the specified record.
Public method Start Sets this Iterator object to reference a block that it would normally return first.
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.