| Visual Basic | |
|---|---|
Sub ExportToEmf( _ ByVal PathName As System.String, _ ByRef Success As System.Boolean _ ) | |
| JavaScript | |
|---|---|
ExportToEmf( PathName : String ) : Boolean | |
Parameters
- PathName
- Path and file name to which to save the current view of the drawing
- Success[out] or Return Value
- True if the current view of the drawing is saved, false if not
DraftSight V1R1
Syntax