Revit 2025 API
MEPAnalytical |
Verifies if a valid analytical node id.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsValidNodeId( int nodeId )
Public Function IsValidNodeId ( nodeId As Integer ) As Boolean
public: bool IsValidNodeId( int nodeId )
member IsValidNodeId : nodeId : int -> bool
Parameters
- nodeId Int32
- The node id to be verified.
Return Value
BooleanTrue if valid, otherwise false.
See Also