Verifies if a valid analytical node id.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public bool IsValidNodeId( int nodeId )
Parameters
- nodeId Int32
- The node id to be verified.
Return Value
BooleanTrue if valid, otherwise false.