Length Method (GeometricCurve)

The geometric length.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Overridable Function Length ( _
    operand As GeometricCurve _
) As Double
'Usage
Dim instance As SpatialOperations
Dim operand As GeometricCurve
Dim returnValue As Double

returnValue = instance.Length(operand)
public virtual double Length(
    GeometricCurve operand
)
public:
virtual double Length(
    GeometricCurve^ operand
)
abstract Length : 
        operand:GeometricCurve -> float 
override Length : 
        operand:GeometricCurve -> float 
public function Length(
    operand : GeometricCurve
) : double

Parameters

Return Value

Type: System..::..Double
The operation result.

See Also

Reference

SpatialOperations Class

Length Overload

System.Spatial Namespace