SqlGeometry.STIsSimple Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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