PhotometricWebLightDistribution.PhotometricWebFile Property

PhotometricWebLightDistributionPhotometricWebFile Property

The filename of an IES photometric web file.

Namespace: Autodesk.Revit.DB.Lighting
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string PhotometricWebFile { get; set; }
Public Property PhotometricWebFile As String
	Get
	Set
public:
property String^ PhotometricWebFile {
	String^ get ();
	void set (String^ value);
}
member PhotometricWebFile : string with get, set

Property Value

String
Exceptions
ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null
See Also