Click or drag to resize

BasemapLayer Structure

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Identifies which layer in the basemap a request represents.

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

The BasemapLayer type exposes the following members.

Properties
  NameDescription
Public propertyIndex
The layer index, where the flattened map is at index 0, and the auxiliary layers are at indices 1 and above.
Top
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 fieldAuxiliaryLayer
The index of the auxiliary layer. Only valid if IsAuxiliaryLayer is true. Must be 0 or greater.
Public fieldIsAuxiliaryLayer
Is this layer an auxiliary layer? If not then it represents the flattened map.
Top
See Also