Click or drag to resize

AbstractViewContentBuildNavPoint Method

Builds an INavigationPoint for the current position.

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual INavigationPoint? BuildNavPoint()

Return Value

INavigationPoint
The navigation point for the current position, or if navigation is not available.

Implements

IViewContentBuildNavPoint
See Also