This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the new polygon display feedback.
Name | Description | |
---|---|---|
AddPoint | Creates a node at the given point. | |
Display | The display the feedback object will use. | |
MoveTo | Move to the new point. | |
Refresh | Call this after a refresh to show feedback again. | |
Start | Begins a normal feedback at the given point. | |
Stop | Stops the feedback and returns the shape. | |
Symbol | The symbol the feedback object will use. |
Interfaces | Description |
---|---|
IDisplayFeedback | Provides access to members that control the base display feedback. |
Classes | Description |
---|---|
NewPolygonFeedback | New Polygon Display Feedback Object. |
The use and behavior of the NewPolygonFeedback is similar to the NewLineFeedback; however, the geometry that is displayed and returned is a closed Polygon. This means that when Stop is called, the start point will be added again as the finish point, thus closing the shape. At least three points should be added to the Feedback. AddPoint must be called a minimum of twice after the first point has been added using Start; otherwise a Null value is returned.
INewDimensionFeedback Interface | INewEnvelopeFeedback Interface | IMovePointFeedback Interface | IReshapeFeedback Interface | ILineMovePointFeedback Interface | IMovePolygonFeedback Interface | INewBezierCurveFeedback Interface | IResizeEnvelopeFeedback Interface | INewPolygonFeedback Interface | IMoveLineFeedback Interface | INewLineFeedback Interface | INewMultiPointFeedback Interface | IResizeEnvelopeFeedback2 Interface | INewEnvelopeFeedback2 Interface | IStretchLineFeedback Interface | IPolygonMovePointFeedback Interface | IMoveGeometryFeedback Interface | IMoveImageFeedback2 Interface | IMoveImageFeedback Interface | INewCircleFeedback Interface | IMoveEnvelopeFeedback Interface | IVertexFeedback Interface