APIObject.IsReadOnly
Property
Description:
Identifies if the object is read-only or modifiable.
Identifies if the object is read-only or modifiable.
Examples
Document project = uiApplication.ActiveUIDocument.Document;
Settings settings = project.Settings;
TaskDialog.Show("Revit","Categories: " + settings.Categories.IsReadOnly.ToString());