AnalysisDisplayDeformedShapeSettingsTransparency Property

Transparency percentage of deformed shape color fill on surfaces

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public int Transparency { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentsInconsistentException When setting this property: transparency is less than 0 or greater than 100
See Also