STK ObjectsSend comments on this topic.
YOffset Property (IAgVeVOControlBox)
See Also
Windows





Windows & Linux

Description

The distance to offset the box (left or right) along the velocity vector. A positive value moves the box right along the vector 90 degrees clockwise from the velocity vector. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property YOffset() As Double
[C#]
public double YOffset {get; set;}
[Managed C++]
public: __property double get_YOffset();
public: __property void set_YOffset( double );
[Unmanaged C++]
public: HRESULT get_YOffset(
    double * pVal
);
public: HRESULT put_YOffset(
    double YOffset
);
[Java]
public double getYOffset();
public void setYOffset(
    double
);
[Python - STK API ]
@property
def YOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.