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





Description

Opt whether to use a background texture with the data display.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property bool get_UseBackgroundTexture();
public: __property void set_UseBackgroundTexture(
bool
);

[Unmanaged C++]
public: HRESULT get_UseBackgroundTexture(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseBackgroundTexture(
VARIANT_BOOL NewUseBackgroundTexture
);

[Java]
public bool getUseBackgroundTexture();public void setUseBackgroundTexture(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1