DbGeometry.InteriorRingCount Propiedad

Definición

Obtiene el número de anillos interiores en este valor DbGeometry, si representa un polígono.

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)

Valor de propiedad

Número de elementos de este valor de geometría, si representa un polígono; de lo contrario, null.

Se aplica a