Get the method of integration step size control.
Read-only property
[Visual Basic .NET] |
---|
Public Property StepSizeControl() As IAgVeStepSizeControl |
[C#] |
---|
public IAgVeStepSizeControl StepSizeControl {get;} |
[Managed C++] |
---|
public: __property IAgVeStepSizeControl ^ get_StepSizeControl(); |
[Unmanaged C++] |
---|
public: HRESULT get_StepSizeControl( IAgVeStepSizeControl ** ppVal ); |
[Java] |
---|
public IAgVeStepSizeControl getStepSizeControl(); |
[Python - STK API ] |
---|
@property def StepSizeControl(self) -> "IAgVeStepSizeControl": |