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





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 * pRetVal
);
public: HRESULT put_NumCFARReferenceCells(
int NewNumCFARReferenceCells
);

[Java]
public ppInteger getNumCFARReferenceCells();public void setNumCFARReferenceCells(
ppInteger
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1