|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IKmlChildNodes
KML Child Nodes.
IKmlChildNodes is supported by KmlLayer coclass and also by IKmlNode.
So using IKmlChildNodes you can get access to the collection of child nodes for a KmlLayer or the collection of child nodes of a KML node(IKmlNode) itself.
| Method Summary | |
|---|---|
IKmlNode |
getKmlNode(int index)
Get the KmlNodes at index |
int |
getKmlNodeCount()
Get the count of KmlNodes |
| Method Detail |
|---|
int getKmlNodeCount()
throws IOException,
AutomationException
This property returns the count of the number of KML nodes in the collection
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IKmlNode getKmlNode(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 | ||||||||