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





Windows & Linux

Description

The distance to offset the box (forward or backward) along the velocity vector. A positive value moves the box forward along the velocity vector. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property XOffset() As Double
[C#]
public double XOffset {get; set;}
[Managed C++]
public: __property double get_XOffset();
public: __property void set_XOffset( double );
[Unmanaged C++]
public: HRESULT get_XOffset(
    double * pVal
);
public: HRESULT put_XOffset(
    double XOffset
);
[Java]
public double getXOffset();
public void setXOffset(
    double
);
[Python - STK API ]
@property
def XOffset(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.