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






Windows & Linux

Description

Indicates the width of the box, across the bearing. The value must be greater than 0. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Width();
public: __property void set_Width(
double
);

[Unmanaged C++]
public: HRESULT get_Width(
double * pRetVal
);
public: HRESULT put_Width(
double NewWidth
);

[Java]
public double getWidth();public void setWidth(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface