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