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 ) |
Visual Basic (Declaration) |
---|
Public Sub WriteToFile ( _ FileName As String, _ separator As String, _ Format As String _ ) |
Visual C++ |
---|
public: void WriteToFile( String^ FileName, String^ separator, String^ Format ) |
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".
Remarks
The coordinate separator string is placed between the coordinates of a point 'as is'.
This is, it can contain blanks.