AGI STK Objects 11 Send comments on this topic.
FixedStepSize Property (IAgStkAccessAdvanced)
See Also 





Description

Specifies the fixed step size for the fixed step control.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FixedStepSize() As Double

[C#]
public double FixedStepSize {get; set;}

[Managed C++]
public: __property double get_FixedStepSize();
public: __property void set_FixedStepSize(
double
);

[Unmanaged C++]
public: HRESULT get_FixedStepSize(
double * pRetVal
);
public: HRESULT put_FixedStepSize(
double NewFixedStepSize
);

[Java]
public double getFixedStepSize();public void setFixedStepSize(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1