Class RevitSchemaSettings
Definition of a schema
Inheritance
System.Object
RevitSchemaSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Onbox.Revit.V8.ExtensibleStorage
Assembly: Onbox.Revit.dll
Syntax
public class RevitSchemaSettings
Properties
| Improve this Doc View SourceReadAccessLevel
Read access level of the schema. This field is REQUIRED
Declaration
public AccessLevel ReadAccessLevel { get; set; }
Property Value
Type | Description |
---|---|
AccessLevel |
SchemaDocumentation
The overall description of the Schema
Declaration
public string SchemaDocumentation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SchemaGuid
The identifier of the Schema. This field is REQUIRED
Declaration
public Guid SchemaGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SchemaName
The user-friendly name of the Schema
Declaration
public string SchemaName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VendorId
The id of the third-party vendor that may access entities of this Schema
Declaration
public string VendorId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WriteAccessLevel
Write access level of the schema
Declaration
public AccessLevel WriteAccessLevel { get; set; }
Property Value
Type | Description |
---|---|
AccessLevel |