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





Description

Opt whether to make the background transparent.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_TransparentBg();
public: __property void set_TransparentBg(
bool
);

[Unmanaged C++]
public: HRESULT get_TransparentBg(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_TransparentBg(
VARIANT_BOOL NewTransparentBg
);

[Java]
public bool getTransparentBg();public void setTransparentBg(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1