STK ObjectsSend comments on this topic.
RangeResolution Property (IAgRadarWaveformSarPulseDefinition)
See Also
Windows





Windows & Linux

Description

Gets or sets the range resolution.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeResolution() As Double
[C#]
public double RangeResolution {get; set;}
[Managed C++]
public: __property double get_RangeResolution();
public: __property void set_RangeResolution( double );
[Unmanaged C++]
public: HRESULT get_RangeResolution(
    double * pVal
);
public: HRESULT put_RangeResolution(
    double val
);
[Java]
public double getRangeResolution();
public void setRangeResolution(
    double
);
[Python - STK API ]
@property
def RangeResolution(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.