Gets the active design option id for the document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElementId GetActiveDesignOptionId(
Document document
)
Parameters
- document Document
-
The document.
Return Value
ElementId
The active design option id. It can be invalid id if there is no active design option in the document.
Exceptions
See Also
Reference