Indicates if the input selector is valid for the Analytical Element.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidSelector(
AnalyticalModelSelector selector
)
Parameters
- selector AnalyticalModelSelector
-
Portion of the Analytical Element geometry.
Return Value
Boolean
True if selector is valid for this Analytical Element, false otherwise.
Exceptions
See Also
Reference