Polygon.GetPointOnSurface

Polygon.GetPointOnSurface method

Finds a point that is guaranteed to be on this polygon.

public override IPoint GetPointOnSurface()

Return Value

A point on this polygon. An empty point if this polygon has no interior.

Exceptions

exceptioncondition
InvalidOperationExceptionPolygon is invalid in such way that operation can not be completed.

See Also