Gets the STC type.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgERadarStcAttenuationType |
[C#] |
---|
public AgERadarStcAttenuationType Type {get;} |
[Managed C++] |
---|
public: __property AgERadarStcAttenuationType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgERadarStcAttenuationType * pVal ); |
[Java] |
---|
public AgERadarStcAttenuationType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgERadarStcAttenuationType": |