Returns the profiles used within the target sequence.
Read-only property
[Visual Basic .NET] |
---|
Public Property Profiles() As IAgVAProfileCollection |
[C#] |
---|
public IAgVAProfileCollection Profiles {get;} |
[Managed C++] |
---|
public: __property IAgVAProfileCollection ^ get_Profiles(); |
[Unmanaged C++] |
---|
public: HRESULT get_Profiles( IAgVAProfileCollection ** ppVAProfileCollection ); |
[Java] |
---|
public IAgVAProfileCollection getProfiles(); |
[Python - STK API ] |
---|
@property def Profiles(self) -> "IAgVAProfileCollection": |