Geotools.Net

Geometry.GetValidOpError Method 

Returns sTopologyValidationError object available if IsValid() returns false or null if no error exists.

[Visual Basic]
Overridable Public Function GetValidOpError() As TopologyValidationError
[C#]
public virtual TopologyValidationError GetValidOpError();

Return Value

Returns string corresponding to error message if IsValid fails.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.GetValidOpError

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace