Writes the point set to a file.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public void WriteToFile( string FileName, string separator, string Format, int ColumnWidth ) |
Visual Basic (Declaration) |
---|
Public Sub WriteToFile ( _ FileName As String, _ separator As String, _ Format As String, _ ColumnWidth As Integer _ ) |
Visual C++ |
---|
public: void WriteToFile( String^ FileName, String^ separator, String^ Format, int ColumnWidth ) |
Parameters
- FileName
- Type: System..::.String
A valid file name.
- separator
- Type: System..::.String
A coordinate separator string, e.g. ', '.
- Format
- Type: System..::.String
A format string, e.g "0.000".
- ColumnWidth
- Type: System..::.Int32
Sets the columns to a fixed width.
Remarks
The coordinate separator string is placed between the coordinates of a point 'as is'.
This is, it can contain blanks.
Fills a column with '*' if the number does not fit into it.