Class RevitExtensibleStorageSettings
Contains definitions and settings for types and their schemas
Inheritance
System.Object
RevitExtensibleStorageSettings
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 RevitExtensibleStorageSettings
Properties
| Improve this Doc View SourceSchemaSettings
Type dictionaries for types and their schemas
Declaration
public Dictionary<Type, RevitSchemaSettings> SchemaSettings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Type, RevitSchemaSettings> |