Returns some properties of the arc 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 some properties of the arc in a textual form.
Remarks
This string contains:
- the hash code of the arc,
- the center point of the arc,
- the start vector of the arc,
- the end vector of the arc,
- the normal vector of the arc,
- the start point of the arc,
- the end point of the arc,
- the opening angle of the arc and
- the arc length of the arc.