XFileGuid.TextureFilename Field (Microsoft.DirectX.Direct3D)

Retrieves the globally unique identifier (GUID) for texture file-name templates.

Definition

Visual Basic Public Shared TextureFilename As GuidLeave Site
C# public static GuidLeave Site TextureFilename;
C++ public: static GuidLeave Site TextureFilename;
JScript public static var TextureFilename : GuidLeave Site

Field Value

System.Guid
A GuidLeave Site value that contains the GUID for texture file-name templates.

This field is read-only. 

Remarks

Texture file-name templates enable the specification of a texture's file name to apply to a mesh or face. This template should appear within a material object. The following is a TextureFilename template.

[C#]template TextureFilename 
{ 
    < A42790E1-7810-11cf-8F52-0040333594A3 > 
    string filename; 
}