DbGeometry.Intersection Method (DbGeometry)
Computes the intersection of this DbGeometry value and another DbGeometry value.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- other
-
Type:
System.Data.Entity.Spatial.DbGeometry
The geometry value for which the intersection with this value should be computed.
Return Value
Type: System.Data.Entity.Spatial.DbGeometryA new DbGeometry value representing the intersection between this geometry value and other.
Exception | Condition |
---|---|
ArgumentNullException | other is null. |