Gets the radar cross section compute strategy enumeration.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgERCSComputeStrategy |
[C#] |
---|
public AgERCSComputeStrategy Type {get;} |
[Managed C++] |
---|
public: __property AgERCSComputeStrategy get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgERCSComputeStrategy * pStrategyType ); |
[Java] |
---|
public AgERCSComputeStrategy getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgERCSComputeStrategy": |