BoundingBoxExpandToInclude Method |
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntaxpublic virtual void ExpandToInclude(
BoundingBox other
)
Public Overridable Sub ExpandToInclude (
other As BoundingBox
)
public:
virtual void ExpandToInclude(
BoundingBox^ other
)
abstract ExpandToInclude :
other : BoundingBox -> unit
override ExpandToInclude :
other : BoundingBox -> unit
Parameters
- other
- Type: VelocityDBExtensions.GeoBoundingBox
Other BoundingBox to be included
See Also