Returns the coordinate system 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 coordinate system in textual form.
Remarks
This string contains:
- the hash code of the coordinate system,
- the origin point of coordinate system,
- the first basis vector of the coordinate system,
- the second basis vector of the coordinate system,
- the third basis vector of the coordinate system,
- the boolean result of the orthogonality test and
- the boolean result of the orthonormality test.