Share

AccessLevel Enumeration

Defines access levels to objects in the Extensible Storage framework.


Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public enum AccessLevel

Members

Member nameValueDescription
Application3 Only application that created the object has access to it.
Public1 Anybody has access to the object.
Vendor2 Only object vendor has access to it.

See Also

Reference

Was this information helpful?