DbGeometry.InteriorRingCount Propriedade

Definição

Obtém o número de anéis interiores neste valor DbGeometry, se representar um 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 Propriedade

O número de elementos neste valor geométrico, se representar um polígono; caso contrário, null.

Aplica-se a