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# |
|---|
[ObsoleteAttribute("This method is deprecated in Revit 2015. It was used as validator to GetAnalyticalProjectionType(), SetAnalyticalProjectionType(), GetAlignmentMethod(), SetAlignmentMethod(), GetAnalyticalProjectionDatumPlane() and SetAnalyticalProjectionDatumPlane() methods that were deprecated and replaced by new ones.")]
public bool IsValidSelectorAndDirection(
AnalyticalElementSelector selector,
AnalyticalDirection direction
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is deprecated in Revit 2015. It was used as validator to GetAnalyticalProjectionType(), SetAnalyticalProjectionType(), GetAlignmentMethod(), SetAlignmentMethod(), GetAnalyticalProjectionDatumPlane() and SetAnalyticalProjectionDatumPlane() methods that were deprecated and replaced by new ones.")> _
Public Function IsValidSelectorAndDirection ( _
selector As AnalyticalElementSelector, _
direction As AnalyticalDirection _
) As Boolean |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is deprecated in Revit 2015. It was used as validator to GetAnalyticalProjectionType(), SetAnalyticalProjectionType(), GetAlignmentMethod(), SetAlignmentMethod(), GetAnalyticalProjectionDatumPlane() and SetAnalyticalProjectionDatumPlane() methods that were deprecated and replaced by new ones.")]
public:
bool IsValidSelectorAndDirection(
AnalyticalElementSelector selector,
AnalyticalDirection direction
) |
Return Value
True if selector is valid for given direction, false otherwise
Exceptions
See Also