KmlDocumentCollection#
- class ansys.stk.core.graphics.KmlDocumentCollection#
A collection of KML documents.
Overview#
Import detail#
from ansys.stk.core.graphics import KmlDocumentCollection
Property detail#
- property KmlDocumentCollection._new_enum: EnumeratorProxy#
Return an enumerator that iterates through the collection.
Method detail#
- KmlDocumentCollection.item(self, index: int) KmlDocument #
Get an element at the specified position in the collection.
- Parameters:
index :
int
- Returns:
KmlDocument