KmlDocument =========== .. py:class:: ansys.stk.core.graphics.KmlDocument Bases: :py:class:`~ansys.stk.core.graphics.IKmlContainer`, :py:class:`~ansys.stk.core.graphics.IKmlFeature` A KML document. .. py:currentmodule:: KmlDocument Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.graphics.KmlDocument.uri` - Get the uri of the document. Import detail ------------- .. code-block:: python from ansys.stk.core.graphics import KmlDocument Property detail --------------- .. py:property:: uri :canonical: ansys.stk.core.graphics.KmlDocument.uri :type: str Get the uri of the document.