| Revit 2020 API |
| Material..::..Smoothness Property |
| Material Class See Also |
The smoothness of the material.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public int Smoothness { get; set; } |
| Visual Basic |
|---|
Public Property Smoothness As Integer Get Set |
| Visual C++ |
|---|
public: property int Smoothness { int get (); void set (int value); } |
Field Value
The value ranges from 0 to 100.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentException | When setting this property: values for shininess must be between 0 and 128 |