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





Windows & Linux

Description

Get the course.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Course() As Double
[C#]
public double Course {get; set;}
[Managed C++]
public: __property double get_Course();
public: __property void set_Course( double );
[Unmanaged C++]
public: HRESULT get_Course(
    double * pdVal
);
public: HRESULT put_Course(
    double newdVal
);
[Java]
public double getCourse();
public void setCourse(
    double
);
[Python - STK API ]
@property
def Course(self) -> float:

@Course.setter
def Course(self, newdVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.