STK ObjectsSend 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
);
[Python - STK API ]
@property
def NumCFARReferenceCells(self) -> int:

@NumCFARReferenceCells.setter
def NumCFARReferenceCells(self, val:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.