AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_DefaultRate(
    double defaultRate
);
[Java]
public double getDefaultRate();
public void setDefaultRate(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.