2 overrides of GetMeasure
System.Data.Entity (2)
System\Data\Spatial\DefaultSpatialServices.cs (1)
802
public override double?
GetMeasure
(DbGeometry geometryValue)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (1)
819
public override double?
GetMeasure
(System.Data.Spatial.DbGeometry geometryValue)
1 reference to GetMeasure
System.Data.Entity (1)
System\Data\Spatial\DbGeometry.cs (1)
692
public double? Measure { get { return this.spatialSvcs.
GetMeasure
(this); } }