MEPAnalyticalModelDataIsValidNodeId Method |
Verifies if a valid analytical node id.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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
Boolean
True if valid, otherwise false.
See Also