Method GetCurrentViewpoint
| Edit this page View SourceGetCurrentViewpoint(ViewpointType)
Declaration
public virtual Viewpoint? GetCurrentViewpoint(ViewpointType viewpointType)
Parameters
| Type | Name | Description |
|---|---|---|
| ViewpointType | viewpointType | Type of Viewpoint |
Returns
| Type | Description |
|---|---|
| Viewpoint | a Viewpoint. |
Remarks
To change the view viewpoint, you can use the SetViewpointAsync(Viewpoint) method available on the view.
This takes into account the attribution bar if it is visible. See IsAttributionTextVisible.