Share

DirectContext3DHandleSettings.SetTransparency Method

Sets the transparency value of the handle and the associated DirectContext3D graphics.


Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetTransparency(
	int transparency
)

Parameters

transparency  Int32
The transparency value to apply (in percentage)

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The value is invalid. The valid range is 0 through 100

See Also

Reference

Was this information helpful?