Share via


DbGeometry.InteriorRingCount Property

Definition

Gets the number of interior rings in this DbGeometry value, if it represents a polygon. <returns>The number of elements in this geometry value, if it represents a polygon; otherwise null.</returns>

public Nullable<int> InteriorRingCount { get; }
member this.InteriorRingCount : Nullable<int>
Public ReadOnly Property InteriorRingCount As Nullable(Of Integer)

Property Value

The number of interior rings in this DbGeometry value.

Applies to