| Revit 2019.2 API |
| FamilyParameter..::..IsReadOnly Property |
| FamilyParameter Class See Also |
Identifies if the object is read-only or modifiable.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
| C# |
|---|
public override bool IsReadOnly { get; } |
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsReadOnly As Boolean Get |
| Visual C++ |
|---|
public: virtual property bool IsReadOnly { bool get () override; } |