Revit 2026 API
EntityRead |
Checks whether this Entity may be retrieved 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 ReadAccessGranted()
Public Function ReadAccessGranted As Boolean
public: bool ReadAccessGranted()
member ReadAccessGranted : unit -> bool
Return Value
BooleanTrue if read access is allowed.
See Also