STK ObjectsSend comments on this topic.
AzimuthResolution Property (IAgRadarMultifunctionDetectionProcessing)
See Also
Windows





Windows & Linux

Description

Gets or sets the overriding azimuth resolution value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AzimuthResolution() As Double
[C#]
public double AzimuthResolution {get; set;}
[Managed C++]
public: __property double get_AzimuthResolution();
public: __property void set_AzimuthResolution( double );
[Unmanaged C++]
public: HRESULT get_AzimuthResolution(
    double * pVal
);
public: HRESULT put_AzimuthResolution(
    double val
);
[Java]
public double getAzimuthResolution();
public void setAzimuthResolution(
    double
);
[Python - STK API ]
@property
def AzimuthResolution(self) -> float:

@AzimuthResolution.setter
def AzimuthResolution(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.