AGI STK Objects 11 Send comments on this topic.
LengthOffset Property (IAgVeVOBearingBox)
See Also 





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LengthOffset() As Double

[C#]
public double LengthOffset {get; set;}

[Managed C++]
public: __property double get_LengthOffset();
public: __property void set_LengthOffset(
double
);

[Unmanaged C++]
public: HRESULT get_LengthOffset(
double * pRetVal
);
public: HRESULT put_LengthOffset(
double NewLengthOffset
);

[Java]
public double getLengthOffset();public void setLengthOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1