Class RevitAsyncSettings
Data class to hold preferences for Revit async tasks
Inheritance
System.Object
RevitAsyncSettings
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.Async
Assembly: Onbox.Revit.dll
Syntax
public class RevitAsyncSettings
Properties
| Improve this Doc View SourceIsJournalable
If the handler will be journable
Declaration
public bool IsJournalable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The name of the handler for Revit async tasks
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |