STK AviatorSend comments on this topic.
OutboundCourse Property (IAgAvtrProcedureFlightLine)
See Also
Windows





Windows & Linux

Description

Gets or sets the outbound course.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OutboundCourse() As System.Object
[C#]
public System.Object OutboundCourse {get; set;}
[Managed C++]
public: __property VARIANT get_OutboundCourse();
public: __property void set_OutboundCourse( VARIANT );
[Unmanaged C++]
public: HRESULT get_OutboundCourse(
    VARIANT * pVal
);
public: HRESULT put_OutboundCourse(
    VARIANT newVal
);
[Java]
public AgVariant getOutboundCourse();
public void setOutboundCourse(
    AgVariant
);
[Python - STK API ]
@property
def OutboundCourse(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.