AGI STK Objects 11 Send comments on this topic.
MinAssets Property (IAgFmDefResponseTime)
See Also 





Description

Minimum number of for computing Response Time Figure of Merit.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1