AVEVA Database .NET Public Interface

Spatial.ElementsInElementExact Method

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.

Overload List

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,DbElementType[],bool);

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,bool);

See Also

Spatial Class | Aveva.Pdms.Database Namespace