Click or drag to resize

NavigationListTAddNavigationPoint Method

Adds a navigation point to the list.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddNavigationPoint(
	T point
)

Parameters

point  T
Parameter that can later be used to restore the state of application that stored this point.
See Also