BoundingBox Constructor (BoundingBox) |
Namespace:
VelocityDBExtensions.Geo
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
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