- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good afternoon,
As the title says, is there any way to check if a given FamilyParameter is being used on other formulas?
the only way i can think of is to retrieve every formula in the family and check if these formulas contain the parameter name, but this could give bad results in case, for example, there is a "Parameter" and a "Parameter1". "Parameter1" contains "Parameter" and retrieving this is not the desired result.
the other way is to retrieve all formulas, delete/rename the parameter, check which formulas changed and then roll back the transaction, but this wont work for builtin parameters since they cant be renamed/deleted.
is there any property (like .AssociatedParameters or .IsDeterminedByFormula) which can retrieve a ParameterSet with all the parameters that, in their formulas, use a certain FamilyParameter?
Thank you for your attention
Solved! Go to Solution.