IsValidSelector Method


Indicates if the input selector is valid for the Analytical Element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2023

Syntax

C#
public bool IsValidSelector(
	AnalyticalModelSelector selector
)
Visual Basic
Public Function IsValidSelector ( _
	selector As AnalyticalModelSelector _
) As Boolean
Visual C++
public:
bool IsValidSelector(
	AnalyticalModelSelector^ selector
)

Parameters

selector
Type: Autodesk.Revit.DB.StructureAnalyticalModelSelector
Portion of the Analytical Element geometry.

Return Value

True if selector is valid for this Analytical Element, false otherwise.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null

See Also