SqlGeometry.STIsSimple Method

Definition

Determines whether the calling SqlGeometry instance is simple.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsSimple ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsSimple : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsSimple () As SqlBoolean

Returns

Returns true if a SqlGeometry instance is simple, as defined by the Open Geospatial Consortium (OGC). Returns false if a SqlGeometry instance is not simple.

Attributes

Applies to