AGI STK Objects 11 Send comments on this topic.
XOffset Property (IAgVeVOControlBox)
See Also 





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 * pRetVal
);
public: HRESULT put_XOffset(
double NewXOffset
);

[Java]
public double getXOffset();public void setXOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1