STK ObjectsSend comments on this topic.
Model Property (IAgRadarClutterGeometry)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use ScatteringPointProviderList on IAgRadarClutter instead. Gets the current clutter geometry model.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Model() As IAgRadarClutterGeometryModel
[C#]
public IAgRadarClutterGeometryModel Model {get;}
[Managed C++]
public: __property IAgRadarClutterGeometryModel ^ get_Model();
[Unmanaged C++]
public: HRESULT get_Model(
    IAgRadarClutterGeometryModel ** ppModel
);
[Java]
public IAgRadarClutterGeometryModel getModel();
[Python - STK API ]
@property
def Model(self) -> "IAgRadarClutterGeometryModel":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.