|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeometryMaterialList
Provides access to a list of objects implementing IGeometryMaterial.
| Method Summary | |
|---|---|
void |
addMaterial(IGeometryMaterial pMaterial)
Add geometry material. |
void |
emptyList()
Empty material list. |
int |
getCount()
The Material Count. |
IGeometryMaterial |
getGeometryMaterial(int index)
The Geometry Material. |
void |
insertMaterial(int index,
IGeometryMaterial pMaterial)
Insert geometry material at position. |
void |
removeMaterial(int index)
Remove geometry material at position. |
| Method Detail |
|---|
int getCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addMaterial(IGeometryMaterial pMaterial)
throws IOException,
AutomationException
pMaterial - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void insertMaterial(int index,
IGeometryMaterial pMaterial)
throws IOException,
AutomationException
index - The index (in)pMaterial - A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeMaterial(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void emptyList()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometryMaterial getGeometryMaterial(int index)
throws IOException,
AutomationException
index - The index (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 | ||||||||