Namespace:
Autodesk.Revit.DB.ExtensibleStorage
AccessLevel
Enumeration
Description:
Defines access levels to objects in the Extensible Storage framework.
Defines access levels to objects in the Extensible Storage framework.
Syntax
public enum AccessLevel
Unknown Namespace Members:
| Name | Description |
|---|---|
| Public | Anybody has access to the object. |
| Vendor | Only object vendor has access to it. |
| Application | Only application that created the object has access to it. |