Saves this table to a text data file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveAsText( _
ByVal FileName As System.String, _
ByVal Separator As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim FileName As System.String
Dim Separator As System.String
Dim value As System.Boolean
value = instance.SaveAsText(FileName, Separator) |
C++/CLI | |
---|
System.bool SaveAsText(
& System.String^ FileName,
& System.String^ 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