PlotItemCollection(XYZPlotLayer, PlotItemCollection, Boolean) Constructor |
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PlotItemCollection(
XYZPlotLayer? owner,
PlotItemCollection plotItems,
bool clonePlotItems
)
Parameters
- owner XYZPlotLayer
- The owner of this collection.
- plotItems PlotItemCollection
- The plot items that should initially belong to this collection.
- clonePlotItems Boolean
- If set to true the plot items are cloned before added to this collection. If false, the plot items are added directly to this collection.
See Also