AVEVA Database .NET Public Interface

Spatial.ElementsInElementExact Method (DbElement, DbElementType[], Boolean)

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

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

Parameters

ele
types
Element type to climb to, e.g. Equipment
bFully
Only return elements that are fully enclosed by given element

See Also

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