MapControl.Scene Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the MapScene associated with this MapControl.
public:
property MapScene ^ Scene { MapScene ^ get(); void set(MapScene ^ value); };
MapScene Scene();
void Scene(MapScene value);
public MapScene Scene { get; set; }
var mapScene = mapControl.scene;
mapControl.scene = mapScene;
Public Property Scene As MapScene
Property Value
The MapScene associated with this MapControl.
Remarks
Setting the scene is a synchronous operation, there is no animation involved.