DbGeometry.Measure Property

 

Gets the Measure (M coordinate) of this DbGeometry value, if it represents a point.

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

public Nullable<double> Measure { get; }

Property Value

Type: System.Nullable<Double>

The Measure (M coordinate) value of this geometry value, if it represents a point; otherwise, null.