Click or drag to resize

CadExporterGetWarnings Method

Returns the list of warnings, accumulated in a single string with NL as seperator.

Namespace: RAYLASE.Marker.VectorGraphicElement.Exporter
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public string GetWarnings()

Return Value

String
The accumulated warnings as single string.
See Also