Gets or sets the file name with full path of the image that will be used when the texture image is not present. Default value is null.

Namespace:  Ab3d
Assembly:  Ab3d.Reader3ds (in Ab3d.Reader3ds)
Version: 4.2.0.0 (4.2.0.0)

Syntax

C#
public string MissingTextureFileName { get; set; }
Visual Basic (Declaration)
Public Property MissingTextureFileName As String
Visual C++
public:
property String^ MissingTextureFileName {
	String^ get ();
	void set (String^ value);
}

See Also