AVEVA Database .NET Public Interface

Spatial.ElementsInElementExact Method (DbElement, Boolean)

Return elements which overlap or are fully enclosed by another element. Exact calculations are used rather than the surrounding 3D box.

public abstract DbElement[] ElementsInElementExact(
   DbElement ele,
   bool bFully
);

Parameters

ele
bFully
Only return elements that are fully enclosed by given element

See Also

Spatial Class | Aveva.Pdms.Database Namespace | Spatial.ElementsInElementExact Overload List