Gets the azimuth resolution.
Read-only property
[Visual Basic .NET] |
---|
Public Property AzimuthResolution() As Double |
[C#] |
---|
public double AzimuthResolution {get;} |
[Managed C++] |
---|
public: __property double get_AzimuthResolution(); |
[Unmanaged C++] |
---|
public: HRESULT get_AzimuthResolution( double * pVal ); |
[Java] |
---|
public double getAzimuthResolution(); |
[Python - STK API] |
---|
@property def AzimuthResolution(self) -> float: |