IRadarClutterMapModel ===================== .. py:class:: ansys.stk.core.stkobjects.IRadarClutterMapModel Do not use this interface, as it is deprecated. Use IScatteringPointModel interface instead. Provides access to the properties and methods defining a radar clutter map model. .. py:currentmodule:: IRadarClutterMapModel Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterMapModel.name` - Do not use this property, as it is deprecated. Use Name on IScatteringPointModel instead. Gets the radar clutter map model name. * - :py:attr:`~ansys.stk.core.stkobjects.IRadarClutterMapModel.type` - Do not use this property, as it is deprecated. Use Type on IScatteringPointModel instead. Gets the radar clutter map model type enumeration. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import IRadarClutterMapModel Property detail --------------- .. py:property:: name :canonical: ansys.stk.core.stkobjects.IRadarClutterMapModel.name :type: str Do not use this property, as it is deprecated. Use Name on IScatteringPointModel instead. Gets the radar clutter map model name. .. py:property:: type :canonical: ansys.stk.core.stkobjects.IRadarClutterMapModel.type :type: RadarClutterMapModelType Do not use this property, as it is deprecated. Use Type on IScatteringPointModel instead. Gets the radar clutter map model type enumeration.