KmlFeatureCollection#

class ansys.stk.core.graphics.KmlFeatureCollection#

A collection of KML features.

Overview#

item

Get an element at the specified position in the collection.

count

A total number of elements in the collection.

_new_enum

Return an enumerator that iterates through the collection.

Import detail#

from ansys.stk.core.graphics import KmlFeatureCollection

Property detail#

property KmlFeatureCollection.count: int#

A total number of elements in the collection.

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