Creates a new SolidOptions class with material and graphics style settings.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public SolidOptions(
ElementId materialId,
ElementId graphicsStyleId
)
Parameters
- materialId ElementId
-
The material id for the Solid.
- graphicsStyleId ElementId
-
The graphics style id for the Solid.
Exceptions
See Also
Reference