PolygonEntityValidateShape Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Determines whether the polygon is a complete loop, in which case it is valid.
Namespace:
Telogis.GeoBase.ShapeUI
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public override bool ValidateShape()
Public Overrides Function ValidateShape As Boolean
Return Value
Type:
BooleanTrue if the polygon is a loop, else false.
See Also