STK AviatorSend comments on this topic.
CourseMode Property (IAgAvtrProcedureExtEphem)
See Also
Windows





Windows & Linux

Description

Get the course mode.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CourseMode() As AgEAvtrEphemShiftRotateCourseMode
[C#]
public AgEAvtrEphemShiftRotateCourseMode CourseMode {get; set;}
[Managed C++]
public: __property AgEAvtrEphemShiftRotateCourseMode get_CourseMode();
public: __property void set_CourseMode( AgEAvtrEphemShiftRotateCourseMode );
[Unmanaged C++]
public: HRESULT get_CourseMode(
    AgEAvtrEphemShiftRotateCourseMode * eAltmode
);
public: HRESULT put_CourseMode(
    AgEAvtrEphemShiftRotateCourseMode eAltmode
);
[Java]
public AgEAvtrEphemShiftRotateCourseMode getCourseMode();
public void setCourseMode(
    AgEAvtrEphemShiftRotateCourseMode
);
[Python - STK API ]
@property
def CourseMode(self) -> "AgEAvtrEphemShiftRotateCourseMode":

@CourseMode.setter
def CourseMode(self, eAltmode:"AgEAvtrEphemShiftRotateCourseMode") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.