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





Description

The distance to offset the box (up or down). A positive value moves the box down, towards the ground. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_HeightOffset();
public: __property void set_HeightOffset(
double
);

[Unmanaged C++]
public: HRESULT get_HeightOffset(
double * pRetVal
);
public: HRESULT put_HeightOffset(
double NewHeightOffset
);

[Java]
public double getHeightOffset();public void setHeightOffset(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1