Share

GeomapType Enumeration

Description

GeoMapType enum is used by both LiveMap and GeomapImage which is a snapshot of the LiveMap.

Visual Basic

Public Enum GeomapType
  NoMap
  Aerial
  Road
  Hybrid
  EsriImagery
  EsriOpenStreetMap
  EsriStreets
  EsriLightGray
  EsriDarkGray
End Enum

Members

Members Description
NoMap No map
Aerial Map in aerial view
Road Map in road view
Hybrid Map in hybrid view
EsriImagery Esri Map in imagery view
EsriOpenStreetMap Esri Map in OpenStreet view
EsriStreets Esri Map in OpenStreet (streets) view
EsriLightGray Esri Map in OpenStreet (Light Gray Canvas) view
EsriDarkGray Esri Map in OpenStreet (Dark Gray Canvas) view

Previous Declaration

AutoCAD 2024 and earlier
public enum GeomapType
{
 NoMap,
 Aerial,
 Road,
 Hybrid
}

Was this information helpful?