BingMapsForEnterpriseImageGlobeOverlay Constructor (String, BingMapsStyle, CartographicExtent) | 
 
Initializes a new instance with the provided values.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BingMapsForEnterpriseImageGlobeOverlay(
	string server,
	BingMapsStyle mapStyle,
	CartographicExtent extent
)
Public Sub New ( 
	server As String,
	mapStyle As BingMapsStyle,
	extent As CartographicExtent
)
public:
BingMapsForEnterpriseImageGlobeOverlay(
	String^ server, 
	BingMapsStyle mapStyle, 
	CartographicExtent^ extent
)
new : 
        server : string * 
        mapStyle : BingMapsStyle * 
        extent : CartographicExtent -> BingMapsForEnterpriseImageGlobeOverlayParameters
- server
 - Type: SystemString
The server to use. - mapStyle
 - Type: AGI.Foundation.GraphicsBingMapsStyle
The map style to use. - extent
 - Type: AGI.Foundation.CoordinatesCartographicExtent
The CartographicExtent of the overlay. 
Exceptions
See Also