Flag indicating whether the asset describes a material that is light-weight or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2013
Syntax
C# |
---|
public bool Lightweight { get; set; } |
Visual Basic |
---|
Public Property Lightweight As Boolean Get Set |
Visual C++ |
---|
public: property bool Lightweight { bool get (); void set (bool value); } |