List of assets to use in coverage computations.
Read-only property
[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": |