FamilyParameterIsDeterminedByFormula Property |
Indicates if the parameter is determined by formula.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsDeterminedByFormula { get; }
Public ReadOnly Property IsDeterminedByFormula As Boolean
Get
public:
property bool IsDeterminedByFormula {
bool get ();
}
member IsDeterminedByFormula : bool with get
Property Value
Boolean
RemarksThe parameter is read only if it is determined by formula.
See Also