IRadarClutterMapModel#

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.

Overview#

name

Do not use this property, as it is deprecated. Use Name on IScatteringPointModel instead. Gets the radar clutter map model name.

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#

from ansys.stk.core.stkobjects import IRadarClutterMapModel

Property detail#

property IRadarClutterMapModel.name: str#

Do not use this property, as it is deprecated. Use Name on IScatteringPointModel instead. Gets the radar clutter map model name.

property IRadarClutterMapModel.type: RadarClutterMapModelType#

Do not use this property, as it is deprecated. Use Type on IScatteringPointModel instead. Gets the radar clutter map model type enumeration.