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.ExporterAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic void AddWarning(
string warning
)
Parameters
- warning String
- The message to be added to the list.
See Also