OverrideGraphicSettings.SetSurfaceTransparency
Method
Description:
Sets the projection surface transparency.
Sets the projection surface transparency.
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. |