LightNode Class


This is a class representing a Light element in a model-exporting process.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Since: 2014

Syntax

C#
public class LightNode : ContentNode
Visual Basic
Public Class LightNode _
	Inherits ContentNode
Visual C++
public ref class LightNode : public ContentNode

Remarks

See also: [!:Autodesk::Revit::DB::IExportContext::OnLight] .

Inheritance Hierarchy

See Also