STK ObjectsSend 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
);
[Python - STK API ]
@property
def NAssetsSatisfactionThreshold(self) -> int:

@NAssetsSatisfactionThreshold.setter
def NAssetsSatisfactionThreshold(self, SatisfactionThreshold:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.