AGI STK Objects 11Send 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

© 2019 Analytical Graphics, Inc. All Rights Reserved.