STK ObjectsSend comments on this topic.
Type Property (IAgRadarModel)
See Also
Windows





Windows & Linux

Description

Gets the radar model type enumeration.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Type() As AgERadarModelType
[C#]
public AgERadarModelType Type {get;}
[Managed C++]
public: __property AgERadarModelType get_Type();
[Unmanaged C++]
public: HRESULT get_Type(
    AgERadarModelType * pRadarModelType
);
[Java]
public AgERadarModelType getType();
[Python - STK API ]
@property
def Type(self) -> "AgERadarModelType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.