|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGraphicsSelection
Provides access to members that select 3D graphics.
| Method Summary | |
|---|---|
void |
deleteAllSelectedElements()
Deletes all selected elements. |
boolean |
elementSelected(IElement element)
Indicates if the element selected. |
int |
getSelectedElementCount()
The number of selected elements. |
IEnumElement |
getSelectedElements()
The selected elements. |
IEnvelope |
getSelectedElementsExtent()
The extent of selected elements. |
void |
selectAllElements()
Selects all elements. |
void |
selectElement(IElement pElement)
Selects the specified element. |
void |
selectElements(IEnumElement pElements)
Selects the specified elements. |
void |
switchSelection()
Switches the selection between elements. |
void |
unselectAllElements()
Unselects all elements. |
void |
unselectElement(IElement pElement)
Unselects the specified element. |
void |
unselectElements(IEnumElement pElements)
Unselects the specified elements. |
| Method Detail |
|---|
void selectElement(IElement pElement)
throws IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void selectElements(IEnumElement pElements)
throws IOException,
AutomationException
pElements - A reference to a com.esri.arcgis.carto.IEnumElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void selectAllElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unselectElement(IElement pElement)
throws IOException,
AutomationException
pElement - A reference to a com.esri.arcgis.carto.IElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unselectElements(IEnumElement pElements)
throws IOException,
AutomationException
pElements - A reference to a com.esri.arcgis.carto.IEnumElement (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void unselectAllElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteAllSelectedElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void switchSelection()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumElement getSelectedElements()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSelectedElementCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getSelectedElementsExtent()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean elementSelected(IElement element)
throws IOException,
AutomationException
element - A reference to a com.esri.arcgis.carto.IElement (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 | ||||||||