You need to get the parameter and and then you can read the formula:
string formula = param1.Formula;
or set it, like:
famdoc.FamilyManager.SetFormula(param1, "IF(Width>Depth,Width,Depth)");
Hope this helps.
Christian
You need to get the parameter and and then you can read the formula:
string formula = param1.Formula;
or set it, like:
famdoc.FamilyManager.SetFormula(param1, "IF(Width>Depth,Width,Depth)");
Hope this helps.
Christian