Returns the properties of the line in StringNumberFormat-format.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public override string ToString() |
Visual Basic (Declaration) |
---|
Public Overrides Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString() override |
Return Value
Returns the properties of the line in textual form.
Remarks
This string includes
- the hash code of the line,
- the Point of the line and
- the DirectionVector of the line.