|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometryMaterialList
COM Interface 'IGeometryMaterialList'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'
Description: 'Provides access to a list of objects implementing IGeometryMaterial.' 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 |
IIDb7685a34_2bc8_11d6_a4cc_444553547777
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDb7685a34_2bc8_11d6_a4cc_444553547777
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addMaterial(IGeometryMaterial pMaterial) throws java.io.IOException, AutomationException
pMaterial
- A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertMaterial(int index, IGeometryMaterial pMaterial) throws java.io.IOException, AutomationException
index
- The index (in)pMaterial
- A reference to a com.esri.arcgis.analyst3d.IGeometryMaterial (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeMaterial(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void emptyList() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometryMaterial getGeometryMaterial(int index) throws java.io.IOException, AutomationException
index
- The index (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 |