BoundingBox Constructor (BoundingBox) |
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic BoundingBox(
BoundingBox that
)
Public Sub New (
that As BoundingBox
)
public:
BoundingBox(
BoundingBox^ that
)
new :
that : BoundingBox -> BoundingBox
Parameters
- that
- Type: VelocityDBExtensions.GeoBoundingBox
to be cloned
See Also