BackgroundProcessTaskType Constructor |
Creates a new BackgroundProcessTaskType instance.
Namespace: Autodesk.Revit.DB.BackgroundProcessTaskAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic BackgroundProcessTaskType(
Guid guid
)
Public Sub New (
guid As Guid
)
public:
BackgroundProcessTaskType(
Guid guid
)
new :
guid : Guid -> BackgroundProcessTaskTypeParameters
- guid Guid
- The identifier for the BackgroundProcessTaskType.
See Also