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






Windows & Linux

Description

Value of the constraint that is to be selected based on all currently available assets.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AcrossAssets() As AgEFmAcrossAssets
[C#]
public AgEFmAcrossAssets AcrossAssets {get; set;}
[Managed C++]
public: __property AgEFmAcrossAssets get_AcrossAssets();
public: __property void set_AcrossAssets( AgEFmAcrossAssets );
[Unmanaged C++]
public: HRESULT get_AcrossAssets(
    AgEFmAcrossAssets * pVal
);
public: HRESULT put_AcrossAssets(
    AgEFmAcrossAssets AgEFmAcrossAssets
);
[Java]
public AgEFmAcrossAssets getAcrossAssets();
public void setAcrossAssets(
    AgEFmAcrossAssets
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.