FilePath Property


File path of the image for the rendering background.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2013

Syntax

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

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException When setting this property: The file specified by path is not an image file. A valid image file should be in one of the following formats: bmp, jpg, jpeg, png, tif.
Autodesk.Revit.ExceptionsArgumentNullException When setting this property: A non-optional argument was null
Autodesk.Revit.ExceptionsFileArgumentNotFoundException When setting this property: The file specified by path doesn't exist.

See Also