AVEVA Database .NET Public Interface

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

Return elements within the 3D volume of another element, climbing to element of specified type.

public abstract DbElement[] ElementsInElementBox(
   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 box

See Also

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