AGI STK Objects 11Send comments on this topic.
NumCFARReferenceCells Property (IAgRadarProbabilityOfDetectionCFAR)
See Also
Windows






Windows & Linux

Description

Gets or sets the number of CFAR reference cells.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NumCFARReferenceCells() As Integer
[C#]
public int NumCFARReferenceCells {get; set;}
[Managed C++]
public: __property int get_NumCFARReferenceCells();
public: __property void set_NumCFARReferenceCells( int );
[Unmanaged C++]
public: HRESULT get_NumCFARReferenceCells(
    int * pVal
);
public: HRESULT put_NumCFARReferenceCells(
    int val
);
[Java]
public Integer getNumCFARReferenceCells();
public void setNumCFARReferenceCells(
    Integer
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.