AGI STK Objects 11 Send comments on this topic.
NAssetsSatisfactionThreshold Property (IAgCvAdvanced)
See Also 





Description

Number of assets for a valid access, per satisfaction type

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NAssetsSatisfactionThreshold() As Integer

[C#]
public int NAssetsSatisfactionThreshold {get; set;}

[Managed C++]
public: __property int get_NAssetsSatisfactionThreshold();
public: __property void set_NAssetsSatisfactionThreshold(
int
);

[Unmanaged C++]
public: HRESULT get_NAssetsSatisfactionThreshold(
long * pRetVal
);
public: HRESULT put_NAssetsSatisfactionThreshold(
long NewNAssetsSatisfactionThreshold
);

[Java]
public int getNAssetsSatisfactionThreshold();public void setNAssetsSatisfactionThreshold(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1