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: 24.0.0.0 (24.0.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

SystemObject
  Autodesk.Revit.DBSolidOptions

See Also