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





Description

The distance to offset the box (left or right) along the bearing. A positive value moves the box to the right. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_WidthOffset();
public: __property void set_WidthOffset(
double
);

[Unmanaged C++]
public: HRESULT get_WidthOffset(
double * pRetVal
);
public: HRESULT put_WidthOffset(
double NewWidthOffset
);

[Java]
public double getWidthOffset();public void setWidthOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1