SqlSpatialServices.GetInteriorRingCount(DbGeometry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of interior rings in the given DbGeometry value, if it represents a polygon.
public override Nullable<int> GetInteriorRingCount (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetInteriorRingCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public Overrides Function GetInteriorRingCount (geometryValue As DbGeometry) As Nullable(Of Integer)
Parameters
- geometryValue
- DbGeometry
The geometry value, which need not represent a polygon.
Returns
The number of elements in geometryValue, if it represents a polygon; otherwise null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework