EldorADO.NET Class Library

IObjectPathEvaluator.EvaluateIntersect Method 

[This is preliminary documentation and subject to change.]

Evaluates the basic object operator Intersect The precise meaning of "evaluate" is defined by the class supporting the interface.

[Visual Basic]
Sub EvaluateIntersect( _
   ByVal i As IntersectPath _
)
[C#]
void EvaluateIntersect(
   IntersectPath i
);

Parameters

i
The basic object operator Intersect to evaluate.

See Also

IObjectPathEvaluator Interface | Eldorado.Object.Query Namespace