AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.