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






Windows & Linux

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 * pVal
);
public: HRESULT put_NAssetsSatisfactionThreshold(
    long SatisfactionThreshold
);
[Java]
public int getNAssetsSatisfactionThreshold();
public void setNAssetsSatisfactionThreshold(
    int
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.