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





Windows & Linux

Description

Gets the current radar model.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.