Gets or sets the course rate of change.
Read-write property
[Visual Basic .NET] |
---|
Public Property CourseDot() As System.Object |
[C#] |
---|
public System.Object CourseDot {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_CourseDot(); |
[Unmanaged C++] |
---|
public: HRESULT get_CourseDot( VARIANT * pVal ); public: HRESULT put_CourseDot( VARIANT newVal ); |
[Java] |
---|
public AgVariant getCourseDot(); public void setCourseDot( AgVariant ); |