Validates that the given DirectShapeOptions are allowed for this particular DirectShape.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool AreOptionsValid( DirectShapeOptions options )
Parameters
- options DirectShapeOptions
- The options object.
Return Value
BooleanTrue if the DirectShapeOptions are valid; false otherwise.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
