Writes the point set to a file.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public void WriteToFile( string FileName, string separator ) |
| Visual Basic (Declaration) |
|---|
Public Sub WriteToFile ( _ FileName As String, _ separator As String _ ) |
| Visual C++ |
|---|
public: void WriteToFile( String^ FileName, String^ separator ) |
Parameters
- FileName
- Type: System..::.String
A valid file name.
- separator
- Type: System..::.String
A coordinate separator string, e.g. ', '.
Remarks
The coordinate separator string is placed between the coordinates of a point 'as is'.
This is, it can contain blanks.