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