AGI STK Objects 11 Send comments on this topic.
BgWidth Property (IAgVODataDisplayElement)
See Also 





Description

The width of the data display background. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BgWidth() As Integer

[C#]
public int BgWidth {get; set;}

[Managed C++]
public: __property int get_BgWidth();
public: __property void set_BgWidth(
int
);

[Unmanaged C++]
public: HRESULT get_BgWidth(
long * pRetVal
);
public: HRESULT put_BgWidth(
long NewBgWidth
);

[Java]
public int getBgWidth();public void setBgWidth(
int
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1