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