DbSpatialServices.Within(DbGeometry, DbGeometry) Metod

Definition

Avgör om det ena DbGeometry värdet är rumsligt inom det andra.

public:
 abstract bool Within(System::Data::Spatial::DbGeometry ^ geometryValue, System::Data::Spatial::DbGeometry ^ otherGeometry);
public abstract bool Within(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
abstract member Within : System.Data.Spatial.DbGeometry * System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function Within (geometryValue As DbGeometry, otherGeometry As DbGeometry) As Boolean

Parametrar

geometryValue
DbGeometry

Det första geometrivärdet.

otherGeometry
DbGeometry

Det andra geometrivärdet.

Returer

true if geometryValue is within otherGeometry; otherwise false.

Undantag

geometryValue otherGeometry

geometryValue otherGeometry

Gäller för