If the Use Ephemeris Steps option is not selected, enter a Step Size to be used for the vehicle.
Read-only property
[Visual Basic .NET] |
---|
Public Property StepSize() As IAgExportToolStepSize |
[C#] |
---|
public IAgExportToolStepSize StepSize {get;} |
[Managed C++] |
---|
public: __property IAgExportToolStepSize ^ get_StepSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_StepSize( IAgExportToolStepSize ** ppVal ); |
[Java] |
---|
public IAgExportToolStepSize getStepSize(); |
[Python - STK API ] |
---|
@property def StepSize(self) -> "IAgExportToolStepSize": |