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





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1