FamilyParameterFormula Property |
The formula.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic string Formula { get; }
Public ReadOnly Property Formula As String
Get
public:
property String^ Formula {
String^ get ();
}
member Formula : string with get
Property Value
String
RemarksReturns if there is no formula governing this parameter.
See Also