IKmlContainer ============= .. py:class:: ansys.stk.core.graphics.IKmlContainer A KmlContainer contains a collection of children kml features. .. py:currentmodule:: IKmlContainer Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.IKmlContainer.children` - The collection of kml features that are children of this container. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import IKmlContainer Property detail --------------- .. py:property:: children :canonical: ansys.stk.core.graphics.IKmlContainer.children :type: KmlFeatureCollection The collection of kml features that are children of this container.