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






Windows & Linux

Description

Opt whether to use a background with the data display.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseBackground() As Boolean

[C#]
public bool UseBackground {get; set;}

[Managed C++]
public: __property bool get_UseBackground();
public: __property void set_UseBackground(
bool
);

[Unmanaged C++]
public: HRESULT get_UseBackground(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBackground(
VARIANT_BOOL NewUseBackground
);

[Java]
public bool getUseBackground();public void setUseBackground(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface