STK AviatorSend comments on this topic.
Offset Property (IAgAvtrProcedureParallelFlightLine)
See Also
Windows





Windows & Linux

Description

Gets or sets the distance from the end of the previous procedure to the beginning of the flight line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Offset() As Double
[C#]
public double Offset {get; set;}
[Managed C++]
public: __property double get_Offset();
public: __property void set_Offset( double );
[Unmanaged C++]
public: HRESULT get_Offset(
    double * pVal
);
public: HRESULT put_Offset(
    double newVal
);
[Java]
public double getOffset();
public void setOffset(
    double
);
[Python - STK API ]
@property
def Offset(self) -> float:

@Offset.setter
def Offset(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.