|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompositeLayer
Provides access to members that work with a collection of layers that behaves like a single layer.
ICompositeLayer is the most generic interface for working with layers that contain and manage properties for other layers, i.e., GroupLayers.
IGroupLayer
,
ICompositeLayer
,
GroupLayer
Method Summary | |
---|---|
int |
getCount()
Number of layers in the collection. |
ILayer |
getLayer(int index)
Layer in the collection at the specified index. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
Returns the count, or number of layers. Use the methods in the IGroupLayer interface to manage the contents of GroupLayers.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer(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 |