STK ObjectsSend comments on this topic.
BgHeight Property (IAgVODataDisplayElement)
See Also
Windows





Windows & Linux

Description

The height of the data display background. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BgHeight() As Integer
[C#]
public int BgHeight {get; set;}
[Managed C++]
public: __property int get_BgHeight();
public: __property void set_BgHeight( int );
[Unmanaged C++]
public: HRESULT get_BgHeight(
    long * pVal
);
public: HRESULT put_BgHeight(
    long BgHeight
);
[Java]
public int getBgHeight();
public void setBgHeight(
    int
);
[Python - STK API ]
@property
def BgHeight(self) -> int:

@BgHeight.setter
def BgHeight(self, BgHeight:int) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.