Click or drag to resize

BoundingBoxClone Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Makes a clone of the BoundingBox.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public BoundingBox Clone()

Return Value

Type: BoundingBox
A new BoundingBox with the same dimensions as this one.
Examples
C#
BoundingBox bbox1 = new BoundingBox();
BoundingBox cloneBox = bbox1.Clone();
See Also