AGI STK Objects 11 Send comments on this topic.
MaximumStep Property (IAgSwath)
See Also 





Description

The maximum step size for the adaptive step size of swath computation.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MaximumStep();
public: __property void set_MaximumStep(
double
);

[Unmanaged C++]
public: HRESULT get_MaximumStep(
double * pRetVal
);
public: HRESULT put_MaximumStep(
double NewMaximumStep
);

[Java]
public double getMaximumStep();public void setMaximumStep(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1