AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.