KmlDocumentCollection#

class ansys.stk.core.graphics.KmlDocumentCollection#

A collection of KML documents.

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 KmlDocumentCollection

Property detail#

property KmlDocumentCollection.count: int#

A total number of elements in the collection.

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