WindowCommandsGetAllGraphDocuments Method |
Adds all graph documents in the current project to the specified collection.
Namespace: Altaxo.Main.CommandsAssembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void GetAllGraphDocuments(
ArrayList arr
)
Parameters
- arr ArrayList
- The collection to fill.
See Also