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






Windows & Linux

Description

Used to restrict accesses satisfying specified type

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NAssetsSatisfactionType() As AgECvSatisfactionType

[C#]
public AgECvSatisfactionType NAssetsSatisfactionType {get; set;}

[Managed C++]
public: __property AgECvSatisfactionType get_NAssetsSatisfactionType();
public: __property void set_NAssetsSatisfactionType(
AgECvSatisfactionType
);

[Unmanaged C++]
public: HRESULT get_NAssetsSatisfactionType(
AgECvSatisfactionType * pRetVal
);
public: HRESULT put_NAssetsSatisfactionType(
AgECvSatisfactionType NewNAssetsSatisfactionType
);

[Java]
public AgECvSatisfactionType getNAssetsSatisfactionType();public void setNAssetsSatisfactionType(
AgECvSatisfactionType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface