Click or drag to resize

RepositoryBoundingBoxData Structure

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The BoundingBox data associated with a repository.

Namespace:  Telogis.GeoBase.Repositories
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public struct RepositoryBoundingBoxData

The RepositoryBoundingBoxData type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldBoundingBoxes
The BoundingBoxes that collectively contain the content of this repository.
Public fieldHash
The hash for this repository.
Public fieldName
The name of this repository.
Top
See Also