DbSpatialServices.GetIsSimple(DbGeometry) Metodo

Definizione

Restituisce un valore booleano nullable che indica se il valore specificato DbGeometry è semplice.

public:
 abstract bool GetIsSimple(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract bool GetIsSimple(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetIsSimple : System.Data.Spatial.DbGeometry -> bool
Public MustOverride Function GetIsSimple (geometryValue As DbGeometry) As Boolean

Parametri

geometryValue
DbGeometry

Valore geometry.

Valori restituiti

true se il valore specificato DbGeometry è semplice; in caso contrario, false.

Si applica a