Saves this table to a text data file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsText( _
ByVal FileName As String, _
ByVal Separator As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim FileName As String
Dim Separator As String
Dim value As Boolean
value = instance.SaveAsText(FileName, Separator)
|
Parameters
- FileName
- Full path and filename of text data file (see Remarks)
- Separator
- Character or string to use to separate each of the text within each of the cells in the table in the text file
Return Value
True if table is saved as a text file, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0