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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1