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:
 property System::Data::Spatial::DbGeometry ^ ExteriorRing { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry ExteriorRing { get; }
member this.ExteriorRing : System.Data.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