SetTransparency Method


Effect Instance Set Transparency Method

Sets the transparency parameter of the effect instance.

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetTransparency(
	double transparency
)

Parameters

transparency Double
The transparency value.
See Also