Returns a data reference profile or null if no data reference profile has yet been selected.
Read-only property
[Visual Basic .NET] |
---|
Public Property Profile() As IAgVeAttProfile |
[C#] |
---|
public IAgVeAttProfile Profile {get;} |
[Managed C++] |
---|
public: __property IAgVeAttProfile ^ get_Profile(); |
[Unmanaged C++] |
---|
public: HRESULT get_Profile( IAgVeAttProfile ** ppVal ); |
[Java] |
---|
public IAgVeAttProfile getProfile(); |
[Python - STK API ] |
---|
@property def Profile(self) -> "IAgVeAttProfile": |