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





Windows & Linux

Description

Gets or sets the overriding range cell resolution value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RangeCellResolution() As Double
[C#]
public double RangeCellResolution {get; set;}
[Managed C++]
public: __property double get_RangeCellResolution();
public: __property void set_RangeCellResolution( double );
[Unmanaged C++]
public: HRESULT get_RangeCellResolution(
    double * pVal
);
public: HRESULT put_RangeCellResolution(
    double val
);
[Java]
public double getRangeCellResolution();
public void setRangeCellResolution(
    double
);
[Python - STK API ]
@property
def RangeCellResolution(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.