RVTDocs.com

OverrideGraphicSettings.SetSurfaceTransparency

Method
Description:
Sets the projection surface transparency.
Syntax
Parameters
Parameter Type Description
transparency Int32 Value of the transparency of the projection surface (0 = opaque, 100 = fully transparent).
Return Value
Type Description
OverrideGraphicSettings Reference to the changed object.
Exceptions
Exception Condition
ArgumentException Transparency must be greater than 0 and less than 100.