SolidOptions Class
A class containing optional information to control the properties of the Solid generated by the GeometryCreationUtilities routines.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:  2015

Syntax

C#
public class SolidOptions : IDisposable
Visual Basic
Public Class SolidOptions _
	Implements IDisposable
Visual C++
public ref class SolidOptions : IDisposable

Inheritance Hierarchy

System..::..Object
  Autodesk.Revit.DB..::..SolidOptions

See Also