Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to port some legacy code to Revit 2022 and I am running into the problem with a few parameter type migrations when following the documentation. ConnectorSystemType should migrate to ElectricalSystemType, ConnectorSystemClassification should migrate to PipeSystemType but both are throwing errors.
ParameterType.ConnectorSystemType looks to me like it would be migrated to SpecTypeId.ElectricalSystemType but I am getting this error:
Having similar issues with:
Migrating ParameterType.Exist to SpecTypeId.Exist
Migrating ParameterType.ConnectorSystemClassification to SpecTypeId.PipeSystemType
Any help would be greatly appreciated!
Solved! Go to Solution.