Click or drag to resize

WindowCommandsGetAllGraphDocuments Method

Adds all graph documents in the current project 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 GetAllGraphDocuments(
	ArrayList arr
)

Parameters

arr  ArrayList
The collection to fill.
See Also