Saves the content of the Table as a
.csv (comma-separated values) file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsCSVFile( _
const dsString& FileName As System.String _
) As System.Boolean |
C# | |
---|
System.bool SaveAsCSVFile(
System.string FileName
) |
JavaScript | |
---|
SaveAsCSVFile(
FileName : String
) : Boolean |
Parameters
- FileName
- Full path, file name, and filename extension of .csv to which to save the contents of the file
- Retval[out] or Return Value
- True if the contents of the Table are saved to a .csv file, false if not
See Also
Availability
DraftSight V1R4.0