Value of roughness.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013
Syntax
C# |
---|
public int Roughness { get; set; } |
Visual Basic |
---|
Public Property Roughness As Integer Get Set |
Visual C++ |
---|
public: property int Roughness { int get (); void set (int value); } |