Get the asset list collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Assets() As IAgCvAssetListCollection |
[C#] |
---|
public IAgCvAssetListCollection Assets {get;} |
[Managed C++] |
---|
public: __property IAgCvAssetListCollection ^ get_Assets(); |
[Unmanaged C++] |
---|
public: HRESULT get_Assets( IAgCvAssetListCollection ** ppRetVal ); |
[Java] |
---|
public IAgCvAssetListCollection getAssets(); |
[Python - STK API ] |
---|
@property def Assets(self) -> "IAgCvAssetListCollection": |