Compartir a través de


DbGeometry.ExteriorRing Propiedad

Definición

Obtiene el valor de DbGeometry que representa el anillo exterior de este valor DbGeometry, que puede ser NULL si este valor no representa un polígono.

public System.Data.Entity.Spatial.DbGeometry ExteriorRing { get; }
member this.ExteriorRing : System.Data.Entity.Spatial.DbGeometry
Public ReadOnly Property ExteriorRing As DbGeometry

Valor de propiedad

Valor DbGeometry que representa el anillo exterior de este valor DbGeometry.

Se aplica a