AVEVA Database .NET Public Interface

Spatial.ElementsInBox Method (Single[], DbElementType[], Boolean)

Return elements within a 3D box climbing to given type

public abstract DbElement[] ElementsInBox(
   float[] rbox,
   DbElementType[] types,
   bool bFully
);

Parameters

rbox
box volume
types
Element type to climb to, e.g. Equipment
bFully
Only return elements taht are fully enclosed by box

See Also

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