Sets the glossiness parameter of the effect instance.

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:  2017

Syntax

C#
public void SetGlossiness(
	double glossiness
)
Visual Basic
Public Sub SetGlossiness ( _
	glossiness As Double _
)
Visual C++
public:
void SetGlossiness(
	double glossiness
)

Parameters

glossiness
Type: System..::..Double
The glossiness value.

See Also