Show / Hide Table of Contents

Method GetCurrentViewpoint

| Edit this page View Source

GetCurrentViewpoint(ViewpointType)

Gets the current Viewpoint of the GeoView.

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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX