STK ObjectsSend comments on this topic.
AssetList Property (IAgCoverageDefinition)
See Also
Windows





Windows & Linux

Description

List of assets to use in coverage computations.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AssetList() As IAgCvAssetListCollection
[C#]
public IAgCvAssetListCollection AssetList {get;}
[Managed C++]
public: __property IAgCvAssetListCollection ^ get_AssetList();
[Unmanaged C++]
public: HRESULT get_AssetList(
    IAgCvAssetListCollection ** ppVal
);
[Java]
public IAgCvAssetListCollection getAssetList();
[Python - STK API ]
@property
def AssetList(self) -> "IAgCvAssetListCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.