Revit 2025 API
Solid |
Creates a new SolidOptions class with material and graphics style settings.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public SolidOptions( ElementId materialId, ElementId graphicsStyleId )
Public Sub New ( materialId As ElementId, graphicsStyleId As ElementId )
public: SolidOptions( ElementId^ materialId, ElementId^ graphicsStyleId )
new : materialId : ElementId * graphicsStyleId : ElementId -> SolidOptions
Parameters

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also