STK ObjectsSend comments on this topic.
AvailableAssets Property (IAgCvAssetListCollection)
See Also
Windows





Windows & Linux

Description

Available objects to assign as coverage assets.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AvailableAssets() As System.Array
[C#]
public System.Array AvailableAssets {get;}
[Managed C++]
public: __property System::Array get_AvailableAssets();
[Unmanaged C++]
public: HRESULT get_AvailableAssets(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getAvailableAssets();
[Python - STK API ]
@property
def AvailableAssets(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.