Get the interface for the profile strategy.
Read-only property
[Visual Basic .NET] |
---|
Public Property Profile() As IAgAvtrBasicManeuverStrategy |
[C#] |
---|
public IAgAvtrBasicManeuverStrategy Profile {get;} |
[Managed C++] |
---|
public: __property IAgAvtrBasicManeuverStrategy ^ get_Profile(); |
[Unmanaged C++] |
---|
public: HRESULT get_Profile( IAgAvtrBasicManeuverStrategy ** ppVal ); |
[Java] |
---|
public IAgAvtrBasicManeuverStrategy getProfile(); |
[Python - STK API ] |
---|
@property def Profile(self) -> "IAgAvtrBasicManeuverStrategy": |