STK ObjectsSend comments on this topic.
StepSize Property (IAgVmAnalysisInterval)
See Also
Windows





Windows & Linux

Description

Gets or sets the step size.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StepSize() As Double
[C#]
public double StepSize {get; set;}
[Managed C++]
public: __property double get_StepSize();
public: __property void set_StepSize( double );
[Unmanaged C++]
public: HRESULT get_StepSize(
    double * pVal
);
public: HRESULT put_StepSize(
    double val
);
[Java]
public double getStepSize();
public void setStepSize(
    double
);
[Python - STK API ]
@property
def StepSize(self) -> float:

@StepSize.setter
def StepSize(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.