GraphicCollection Constructor |
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic GraphicCollection(
Action<IGraphicBase> insertAction
)
Parameters
- insertAction ActionIGraphicBase
- The action invoked when a graphic object is inserted.
See Also