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