Parse the string representation of the id into a corresponding ElementId.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static ElementId Parse( string idStr )
Parameters
- idStr String
- The string representation of the id to return.
Return Value
ElementIdElementId string represented.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when the string cannot be parsed into an ElementId. |
