Click or drag to resize

TimeStatistics Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Provides time statistics for block measurements.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseTimeStatistics

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[SerializableAttribute]
public class TimeStatistics

The TimeStatistics type exposes the following members.

Properties
  NameDescription
Public propertyBlockTimeStatistics
Gets timing information about block measurements.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPerStageStatistics
Gets a dictionary of timing measurements for each rendering stage.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Time statistics for this map (render, query and filter times) presented as a human-readable string.
(Overrides ObjectToString.)
Top
See Also