Sets the options to use for this DirectShapeType.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2021
Syntax
C# |
---|
public void SetOptions( DirectShapeTypeOptions options ) |
Visual Basic |
---|
Public Sub SetOptions ( _ options As DirectShapeTypeOptions _ ) |
Visual C++ |
---|
public: void SetOptions( DirectShapeTypeOptions^ options ) |
Parameters
- options
- Type: Autodesk.Revit.DB..::..DirectShapeTypeOptions
Options to use for this DirectShapeType.
Remarks
The new options take effect immediately.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The DirectShapeTypeOptions provided are not valid for this DirectShapeType. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was null |