Checks whether an ElementId is a valid material Id of a non-continuous rail.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsValidNonContinuousRailMaterial(
ElementId materialId
)
Parameters
- materialId ElementId
-
The material Id to be checked.
Return Value
Boolean
True if the ElementId refers to a valid material or it is invalidElementId, false otherwise.
Exceptions
See Also
Reference