Message 1 of 2
Connector.Id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to reassign a new Id value of an existing Connector in a Revit Family?
The API expose just:
public int Id { get; }
which obvious will not allow to reassign the Id.
In one of the applications we developed, enumerating the Connectors Ids resulted in Cable Tray Fittings Tees Connectors with Ids: 1, 4 and 5 (we were expecting 1, 2 and 3 for a Tee).
We developed other methods to address our application needs, but I was wondering if there is a way to reassign the Id value once the Connector is created.
Thank you for your suggestions!