Description
Minimum number of assets used in calculating navigation accuracy.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property MinAssets() As Integer
|
| [C#] |
|---|
public int MinAssets {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_MinAssets(); public: __property void set_MinAssets(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_MinAssets(
long * pVal
);
public: HRESULT put_MinAssets(
long InVal
);
|
| [Java] |
|---|
public int getMinAssets();
public void setMinAssets(
int
);
|
| [Python - STK API] |
|---|
@property
def MinAssets(self) -> int:
@MinAssets.setter
def MinAssets(self, InVal:int) -> None:
|
See Also