Click or drag to resize

CadExporterAddWarning Method

Adds a warning to the list of warnings generated while putting data into the CADImage object. E.g. if a filling other than hatch is found in the data to export.

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

Parameters

warning  String
The message to be added to the list.
See Also