|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeGraphicElementPropsStreamArray
Provides access to the array of Globe Graphic Elements Properties for XML/SOAP streaming.
Method Summary | |
---|---|
void |
add(IGlobeGraphicsElementProperties pElement)
Adds an element. |
int |
getCount()
The element count. |
IGlobeGraphicsElementProperties |
getElement(int index)
The element at the specified position. |
void |
insert(int index,
IGlobeGraphicsElementProperties pElement)
Adds an element at the specified position. |
void |
remove(int index)
Removes the element at the specified position. |
void |
removeAll()
Removes all elements. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGlobeGraphicsElementProperties getElement(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void remove(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(IGlobeGraphicsElementProperties pElement) throws IOException, AutomationException
pElement
- A reference to a com.esri.arcgis.globecore.IGlobeGraphicsElementProperties (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insert(int index, IGlobeGraphicsElementProperties pElement) throws IOException, AutomationException
index
- The index (in)pElement
- A reference to a com.esri.arcgis.globecore.IGlobeGraphicsElementProperties (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 |