AGI STK Objects 11 Send comments on this topic.
StepSize Property (IAgVmAnalysisInterval)
See Also 





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 * pRetVal
);
public: HRESULT put_StepSize(
double NewStepSize
);

[Java]
public double getStepSize();public void setStepSize(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1