DbGeometry.Length Property

 

Gets a nullable double value that indicates the length of this DbGeometry value, which may be null if this value does not represent a curve.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<double> Length { get; }

Property Value

Type: System.Nullable<Double>

The length of this DbGeometry value.