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