|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicsSelection
COM Interface 'IGraphicsSelection'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to members that select 3D graphics.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID79103a54_1e53_11d4_a109_00c04f8ece27
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID79103a54_1e53_11d4_a109_00c04f8ece27
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void selectElement(IElement pElement) throws java.io.IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void selectElements(IEnumElement pElements) throws java.io.IOException, AutomationException
pElements
- A reference to a com.esri.arcgis.carto.IEnumElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void selectAllElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unselectElement(IElement pElement) throws java.io.IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.carto.IElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unselectElements(IEnumElement pElements) throws java.io.IOException, AutomationException
pElements
- A reference to a com.esri.arcgis.carto.IEnumElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void unselectAllElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteAllSelectedElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void switchSelection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumElement getSelectedElements() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSelectedElementCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getSelectedElementsExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean elementSelected(IElement element) throws java.io.IOException, AutomationException
element
- A reference to a com.esri.arcgis.carto.IElement (in)
java.io.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 |