Indicates if the input selector is valid for analytical direction for Analytical Model.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2011
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- selector
- Type: Autodesk.Revit.DB.Structure AnalyticalElementSelector
Selector of element part
- direction
- Type: Autodesk.Revit.DB.Structure AnalyticalDirection
Direction which will be validated for the Analytical Model
Return Value
True if selector is valid for given direction, false otherwiseExceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |