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





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 * pRetVal
);
public: HRESULT put_AcrossAssets(
AgEFmAcrossAssets NewAcrossAssets
);

[Java]
public AgEFmAcrossAssets getAcrossAssets();public void setAcrossAssets(
AgEFmAcrossAssets
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1