| Revit 2022 API |
| FabricationPartBrowserChangedEventArgs..::..NumberOfSolutions Property |
| FabricationPartBrowserChangedEventArgs Class See Also |
The number of active solutions in routing solution mode.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2017
Syntax
| C# |
|---|
public int NumberOfSolutions { get; } |
| Visual Basic |
|---|
Public ReadOnly Property NumberOfSolutions As Integer Get |
| Visual C++ |
|---|
public: property int NumberOfSolutions { int get (); } |