Configure how to constrain the slew acceleration.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaximumSlewAcceleration() As IAgVeAttMaximumSlewAcceleration |
[C#] |
---|
public IAgVeAttMaximumSlewAcceleration MaximumSlewAcceleration {get;} |
[Managed C++] |
---|
public: __property IAgVeAttMaximumSlewAcceleration ^ get_MaximumSlewAcceleration(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaximumSlewAcceleration( IAgVeAttMaximumSlewAcceleration ** ppVal ); |
[Java] |
---|
public IAgVeAttMaximumSlewAcceleration getMaximumSlewAcceleration(); |
[Python - STK API ] |
---|
@property def MaximumSlewAcceleration(self) -> "IAgVeAttMaximumSlewAcceleration": |