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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_MinimumStep();
public: __property void set_MinimumStep(
double
);

[Unmanaged C++]
public: HRESULT get_MinimumStep(
double * pRetVal
);
public: HRESULT put_MinimumStep(
double NewMinimumStep
);

[Java]
public double getMinimumStep();public void setMinimumStep(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1