Click or drag to resize

MiniProjectBuilder Constructor

Initializes a new instance of the MiniProjectBuilder class.

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected MiniProjectBuilder(
	GraphDocumentBase graph,
	bool ensureEmbeddedObjectRenderingOptionsStoredInGraph
)

Parameters

graph  GraphDocumentBase
The graph to include.
ensureEmbeddedObjectRenderingOptionsStoredInGraph  Boolean
If set to , embedded object rendering options are stored in the graph.
See Also