Gets the distance between start and end point of the edge.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double Length { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Length As Double |
| Visual C++ |
|---|
public: property double Length { double get (); } |