IRainLossModel ============== .. py:class:: ansys.stk.core.stkobjects.IRainLossModel Provide access to the properties and methods a rain loss model. .. py:currentmodule:: IRainLossModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRainLossModel.name` - Get the rain loss model name. * - :py:attr:`~ansys.stk.core.stkobjects.IRainLossModel.type` - Get the rain loss model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRainLossModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRainLossModel.name :type: str Get the rain loss model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRainLossModel.type :type: RainLossModelType Get the rain loss model type enumeration.