bool GetNonSimpleReason( Geometry geometry, out NonSimpleReason nonSimpleReason, bool forceIsSimple )
Function GetNonSimpleReason( _ ByVal geometry As Geometry, _ ByRef nonSimpleReason As NonSimpleReason, _ Optional ByVal forceIsSimple As Boolean _ ) As Boolean
Parameters
- geometry
- The geometry to be tested.
- nonSimpleReason
- The reason that the geometry is non-simple.
- forceIsSimple
- (Optional) The default value is false. When true, the geometry will be tested for simplicity even if it has already been tested or simplified. Geometry has a non-persisted internal flag that is set by IsSimpleAsFeature or SimplifyAsFeature calls. The flag is used to avoid computations if the state of the geometry is known.
Return Value
Returns true if the geometry is simple. Otherwise, returns false.