Gets the Measure (M coordinate) of this DbGeometry value, if it represents a point.
public Nullable<double> Measure { get; }
The Measure (M coordinate) value of this geometry value, if it represents a point; otherwise, null.
DbGeometry ClassSystem.Data.Entity.Spatial Namespace