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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1