Returns the properties of the edge in StringNumberFormat-format.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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 edge in a textual form.
Remarks
This string includes
- the hash code of the edge,
- the StartPoint of the edge,
- the EndPoint of the edge and
- the Length of the edge.