FilteredBlockIteratorBuffersForComposition
Property
|
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.
Namespace: Teigha.DatabaseServices.Filters
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool BuffersForComposition { get; }
Public ReadOnly Property BuffersForComposition As Boolean
Get
public:
property bool BuffersForComposition {
bool get ();
}
member BuffersForComposition : bool with get
Property Value
Boolean
See Also