STK AviatorSend comments on this topic.
CourseDot Property (IAgAvtrRefStateHoverOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the course rate of change.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CourseDot() As System.Object
[C#]
public System.Object CourseDot {get; set;}
[Managed C++]
public: __property VARIANT get_CourseDot();
public: __property void set_CourseDot( VARIANT );
[Unmanaged C++]
public: HRESULT get_CourseDot(
    VARIANT * pVal
);
public: HRESULT put_CourseDot(
    VARIANT newVal
);
[Java]
public AgVariant getCourseDot();
public void setCourseDot(
    AgVariant
);
[Python - STK API ]
@property
def CourseDot(self) -> typing.Any:

@CourseDot.setter
def CourseDot(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.