TemplateWithXYZPlotLayerWithG3DCartesicCoordinateSystemIsGraphTemplateSuitable Method |
Determines whether a graph template is suitable for use as a three-dimensional cartesic template.
Namespace: Altaxo.Graph.Graph3D.TemplatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Booleantrue if the template is suitable; otherwise,
false.
See Also