AVEVA Database .NET Public Interface

Spatial Methods

The methods of the Spatial class are listed below. For a complete list of Spatial class members, see the Spatial Members topic.

Public Instance Methods

ElementInBox Does the 3D volume for an element overlap the given box
ElementInElementBox Does the 3D volume for an element overlap the 3D volume for another element?
ElementInElementExact Does element 2 overlap, or enclose element 1. Exact calculations are used to determine this
ElementsInBoxOverloaded. Return elements within a 3D box climbing to given type
ElementsInElementBoxOverloaded. Return elements within the 3D volume of another element, climbing to element of specified type.
ElementsInElementExactOverloaded. 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.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
LimitsBox Limits box for element
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Spatial Class | Aveva.Pdms.Database Namespace