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





Windows & Linux

Description

The filename of the background texture.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BackgroundTextureFilename() As String
[C#]
public string BackgroundTextureFilename {get; set;}
[Managed C++]
public: __property String __gc ^ get_BackgroundTextureFilename();
public: __property void set_BackgroundTextureFilename( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_BackgroundTextureFilename(
    BSTR * pRetVal
);
public: HRESULT put_BackgroundTextureFilename(
    BSTR FileName
);
[Java]
public String getBackgroundTextureFilename();
public void setBackgroundTextureFilename(
    String
);
[Python - STK API ]
@property
def BackgroundTextureFilename(self) -> str:

@BackgroundTextureFilename.setter
def BackgroundTextureFilename(self, FileName:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.