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






Windows & Linux

Description

The default rate used when the first waypoint is added. Uses Rate Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_DefaultRate();
public: __property void set_DefaultRate(
double
);

[Unmanaged C++]
public: HRESULT get_DefaultRate(
double * pRetVal
);
public: HRESULT put_DefaultRate(
double NewDefaultRate
);

[Java]
public double getDefaultRate();public void setDefaultRate(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface