FamilyParameterIsReadOnly Property

Identifies if the object is read-only or modifiable.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public override bool IsReadOnly { get; }

Property Value

Boolean
If true, the object may not be modified. If false, the object's contents may be modified.
See Also