Click or drag to resize

WindowCommandsGetNonOpenGraphDocuments Method

Adds all graph documents without an open view to the specified collection.

Namespace: Altaxo.Main.Commands
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void GetNonOpenGraphDocuments(
	ArrayList arr
)

Parameters

arr  ArrayList
The collection to fill.
See Also