 Description
Description
Get the step taken at boundaries of discontinuity or availability.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property StepAtBoundaries() As Double
 | 
| [C#] | 
|---|
| public double StepAtBoundaries {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_StepAtBoundaries();public: __property void set_StepAtBoundaries(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_StepAtBoundaries(
    double * pRetVal
);
public: HRESULT put_StepAtBoundaries(
    double StepAtBoundaries
);
 | 
| [Java] | 
|---|
| public double getStepAtBoundaries();
public void setStepAtBoundaries(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def StepAtBoundaries(self) -> float:
@StepAtBoundaries.setter
def StepAtBoundaries(self, StepAtBoundaries:float) -> None:
 | 
 See Also
See Also