public static MapControlContent Create( IEnumerable<Layer> layers, Envelope initialExtent, MapViewingMode viewingMode )
Public Overloads Shared Function Create( _ ByVal layers As IEnumerable(Of Layer), _ ByVal initialExtent As Envelope, _ ByVal viewingMode As MapViewingMode _ ) As MapControlContent
Parameters
- layers
- The Layers for the MapControl.
- initialExtent
- The initial extent of the MapControl.
- viewingMode
- The ViewingMode of the MapControl.
Return Value
The MapControlContent for the MapControl.