public Map CreateScene( string name, Uri groundElevationSourceUri, MapViewingMode defaultViewingMode, Basemap basemap )
Public Function CreateScene( _ ByVal name As String, _ Optional ByVal groundElevationSourceUri As Uri, _ Optional ByVal defaultViewingMode As MapViewingMode, _ Optional ByVal basemap As Basemap _ ) As Map
Parameters
- name
- The name of the map
- groundElevationSourceUri
- A Uri (optional)
- defaultViewingMode
- ArcGIS.Core.CIM.MapViewingMode (Optional) Map's default viewing mode. (default value = MapViewingMode.SceneLocal)
- basemap
- Basemap (Optional) Map's basemap which can be the one that is set as the default for the project or one of the ArcGIS Online basemaps. If you want create a map without basemap, set it to Basemap.None. (default value = Basemap.ProjectDefault)
Return Value
A map.