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





Windows & Linux

Description

Gets or sets the heading rate of change.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HeadingDot() As System.Object
[C#]
public System.Object HeadingDot {get; set;}
[Managed C++]
public: __property VARIANT get_HeadingDot();
public: __property void set_HeadingDot( VARIANT );
[Unmanaged C++]
public: HRESULT get_HeadingDot(
    VARIANT * pVal
);
public: HRESULT put_HeadingDot(
    VARIANT newVal
);
[Java]
public AgVariant getHeadingDot();
public void setHeadingDot(
    AgVariant
);
[Python - STK API ]
@property
def HeadingDot(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.