Click or drag to resize

Polygon Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Polygon type exposes the following members.

Methods
  NameDescription
Public methodContains
Check whether a given point is inside this polygon. If the point is inside a hole this will return false.
Public methodDistanceTo
Gets the shortest distance from the given location to the edge of this Polygon, in the specified units. If the given location is inside this Polygon, the distance returned will be zero. See QuickDistanceTo(LatLon, DistanceUnit) remarks for comment on the accuracy of this method.
(Overrides GISObjectDistanceTo(LatLon, DistanceUnit).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also