ShapeEntityValidateShape Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the shape is valid (e.g. a polygon with two vertices is not valid).
Namespace:
Telogis.GeoBase.ShapeUI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public abstract bool ValidateShape()
Public MustOverride Function ValidateShape As Boolean
Return Value
Type:
BooleanTrue if the shape is valid
See Also