CurvePolygon.GetPointOnSurface

CurvePolygon.GetPointOnSurface method

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

public override IPoint GetPointOnSurface()

Return Value

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

Exceptions

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

See Also