BoundingBoxClone Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public BoundingBox Clone()
Public Function Clone As BoundingBox
Return Value
Type:
BoundingBoxA new BoundingBox with the same dimensions as this one.
Examples BoundingBox bbox1 = new BoundingBox();
BoundingBox cloneBox = bbox1.Clone();
See Also