Revit 2026 API
SchemaWrite |
Checks whether Entities of this Schema may be stored by the current add-in.
Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool WriteAccessGranted()
Public Function WriteAccessGranted As Boolean
public: bool WriteAccessGranted()
member WriteAccessGranted : unit -> bool
Return Value
BooleanTrue if write access is allowed.
See Also