|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IElementEditVertices
Provides access to members that control the Element edit vertices object.
IElementEditVertices allows the user access to the selection tracker being used to edit the vertices of a TextElement or LineElement graphic.
Use this interface when you want to control how a user manipulates the element with the ISelectionTracker.
Method Summary | |
---|---|
ISelectionTracker |
getMoveVerticesSelectionTracker()
Selection tracker to move points used by this element. |
boolean |
isMovingVertices()
Indicates if this element is moving its vertices. |
void |
setMovingVertices(boolean flag)
Indicates if this element is moving its vertices. |
Method Detail |
---|
ISelectionTracker getMoveVerticesSelectionTracker() throws IOException, AutomationException
GetMoveVerticesSelection returns the ISelectionTracker being used to edit the vertices of the graphic element. This method is unaffected by the MovingVertices flag. The selection tracker returned will always be the appropriate one to use for moving the vertex points of this object. The MovingVertices property is independent and just tells get_SelectionTracker to either hand out the normal selection tracker or forward the call on to GetMoveVerticesSelectionTracker.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMovingVertices() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMovingVertices(boolean flag) throws IOException, AutomationException
flag
- The flag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |