Click or drag to resize

TemplateWithXYZPlotLayerWithG3DCartesicCoordinateSystemIsGraphTemplateSuitable Method

Determines whether a graph template is suitable for use as a three-dimensional cartesic template.

Namespace: Altaxo.Graph.Graph3D.Templates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool IsGraphTemplateSuitable(
	GraphDocument graphTemplate,
	out string problemDescription
)

Parameters

graphTemplate  GraphDocument
The graph template to inspect.
problemDescription  String
On failure, receives a description of the problem.

Return Value

Boolean
true if the template is suitable; otherwise, false.
See Also