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





Windows & Linux

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 UseTexture
);
[Java]
public bool getUseBackgroundTexture();
public void setUseBackgroundTexture(
    bool
);
[Python - STK API ]
@property
def UseBackgroundTexture(self) -> bool:

@UseBackgroundTexture.setter
def UseBackgroundTexture(self, UseTexture:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.