M

ElementId.Parse

Description:
Parse the string representation of the id into a corresponding ElementId.
Remarks:
If the string represents [!:Autodesk::Revit::DB::Element::InvalidElementId] it will be returned.
public static ElementId Parse(
	string idStr
)
  • String
    idStr
    The string representation of the id to return.
Return Value ElementId ElementId string represented.