|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicFeedback
Provides access to members that manage the schematic feedback.
| Method Summary | |
|---|---|
void |
init(IScreenDisplay pScreenDisplay,
ISchematicLayer pSchematicLayer,
IPoint pPoint,
int button,
int shift)
Initializes the schematic feedback. |
void |
move(IPoint pPoint,
int button,
int shift)
Moves the schematic feedback. |
| Method Detail |
|---|
void init(IScreenDisplay pScreenDisplay,
ISchematicLayer pSchematicLayer,
IPoint pPoint,
int button,
int shift)
throws IOException,
AutomationException
pScreenDisplay - A reference to a com.esri.arcgis.display.IScreenDisplay (in)pSchematicLayer - A reference to a com.esri.arcgis.schematic.ISchematicLayer (in)pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)button - The button (in)shift - The shift (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void move(IPoint pPoint,
int button,
int shift)
throws IOException,
AutomationException
pPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)button - The button (in)shift - The shift (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 | ||||||||