STK ObjectsSend comments on this topic.
StepSizeControl Property (IAgVeIntegrator)
See Also
Windows





Windows & Linux

Description

Get the method of integration step size control.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.