|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILODInfos
Provides access to the LOD Info Collection Interface.
| Method Summary | |
|---|---|
void |
add(ILODInfo pLODInfo)
Adds a LOD info. |
int |
getCount()
The LOD info count. |
ILODInfo |
getElement(int index)
The LOD info at the specified position. |
void |
insert(int index,
ILODInfo pLODInfo)
Adds a LOD info at the specified position. |
void |
remove(int index)
Removes the LOD info at the specified position. |
void |
removeAll()
Removes all LOD infos. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILODInfo 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(ILODInfo pLODInfo)
throws IOException,
AutomationException
pLODInfo - A reference to a com.esri.arcgis.carto.ILODInfo (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insert(int index,
ILODInfo pLODInfo)
throws IOException,
AutomationException
index - The index (in)pLODInfo - A reference to a com.esri.arcgis.carto.ILODInfo (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 | ||||||||