ExportToSvg Method (IApplication)
Exports the specified drawing file to the specified SVG file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ExportToSvg( _
const dsString& DrawingFilePath As System.String, _
const dsString& SvgFilePath As System.String, _
bool* Success As System.Boolean _
) |
Parameters
- DrawingFilePath
- Full path name of drawing file
- SvgFilePath
- Full path name of SVG file
- Success[out] or Return Value
- True if successful, false if not
See Also
Availability
DraftSight 2020 SP1