Sets the options to use for this DirectShape.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void SetOptions( DirectShapeOptions options )
Parameters
- options DirectShapeOptions
- Options to use for this DirectShape.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The DirectShapeOptions provided are not valid for this DirectShape. -or- The DirectShapeOptions provided are not valid for this transient DirectShape. |
| ArgumentNullException | A non-optional argument was null |
