Indicates if a given Analytical Projection Type is valid for the given Analytical Element Selector and Analytical Direction.
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 in which Analytical Model may be projected.
- projectionType
- Type: Autodesk.Revit.DB.Structure AnalyticalProjectionType
Analytical Projection Type for Analytical Model Projection.
Return Value
True if Projection Type is valid; false otherwise.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |