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 * pRetVal
);
public: HRESULT put_MinAssets(
long NewMinAssets
);
|
[Java] |
public int getMinAssets();public void setMinAssets(
int
);
|
See Also