DbGeometry.InteriorRingCount Property

Definition

Gets the number of interior rings in this DbGeometry value, if it represents a polygon.

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

Property Value

The number of elements in this geometry value, if it represents a polygon; otherwise, null.

Applies to