Click or drag to resize

G3DPlotStyleCollectionAdd(IG3DPlotStyle, Boolean) Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.Add(Altaxo.Graph.Graph3D.Plot.Styles.IG3DPlotStyle,System.Boolean)"]


Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected void Add(
	IG3DPlotStyle toadd,
	bool withReorganizationAndEvents
)

Parameters

toadd  IG3DPlotStyle

[Missing <param name="toadd"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.Add(Altaxo.Graph.Graph3D.Plot.Styles.IG3DPlotStyle,System.Boolean)"]

withReorganizationAndEvents  Boolean

[Missing <param name="withReorganizationAndEvents"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection.Add(Altaxo.Graph.Graph3D.Plot.Styles.IG3DPlotStyle,System.Boolean)"]

See Also