ExtendedMaterial.TextureFilename Property

Language:

Retrieves or sets a string that specifies the file name of the texture.

Definition

Visual Basic Public Property TextureFilename As String
C# public string TextureFilename { get; set; }
C++ public:
property String^ TextureFilename {
        String^ get();
        void set(Stringvalue);
}
JScript public function get TextureFilename() : String
public function set TextureFilename(String);

Property Value

System.String
A String Leave Site instance that specifies the file name of the texture.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center