-1

Source Code Using Revit API when we apply Dimension from Grid line to Sleeve (Specialty equipment) that time Revit returns an error message .from error message if i click "Cancel" option deletes the dimensions and if i click the "remove reference" button that time some dimension are deleted.

Error image - Reference of highlighted dimension no longer parallel

Ajay
  • 1
  • 2

1 Answers1

0

Create a dimension that works manually through the user interface first, then use RevitLookup to analyse its properties and find out what exact references it has picked up. In general, if a feature is not available in the Revit product manually through the user interface, then the Revit API will not provide it either.

Jeremy Tammik
  • 7,333
  • 2
  • 12
  • 17