AGI STK VGT 11Send comments on this topic.
StepAtBoundaries Property (IAgCrdnSamplingRelativeTolerance)
See Also 
Windows






Windows & Linux

Description

Get the step taken at boundaries of discontinuity or availability.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StepAtBoundaries() As Double
[C#]
public double StepAtBoundaries {get; set;}
[Managed C++]
public: __property double get_StepAtBoundaries();
public: __property void set_StepAtBoundaries(
   double
);
[Unmanaged C++]
public: HRESULT get_StepAtBoundaries(
   double * pRetVal
);
public: HRESULT put_StepAtBoundaries(
   double NewStepAtBoundaries
);
[Java]
public double getStepAtBoundaries();public void setStepAtBoundaries(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.