|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICompositeLayer2
Provides access to members that control whether a layer is expanded in the TOC.
ICompositeLayer2 provides an additional read/write Expanded property defining if the group layer is shown as expanded or not in the TOC.
Method Summary | |
---|---|
int |
getCount()
Number of layers in the collection. |
ILayer |
getLayer(int index)
Layer in the collection at the specified index. |
boolean |
isExpanded()
Indicates if the layer is expanded in the TOC. |
void |
setExpanded(boolean expanded)
Indicates if the layer is expanded in the TOC. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
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.boolean isExpanded() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpanded(boolean expanded) throws IOException, AutomationException
expanded
- The expanded (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 |