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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface