BackgroundProcessTaskType Class

BackgroundProcessTaskType
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBGuidEnum
    Autodesk.Revit.DB.BackgroundProcessTaskBackgroundProcessTaskType

Namespace: Autodesk.Revit.DB.BackgroundProcessTask
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class BackgroundProcessTaskType : GuidEnum

The BackgroundProcessTaskType type exposes the following members.

Constructors
 NameDescription
Public methodBackgroundProcessTaskTypeCreates a new BackgroundProcessTaskType instance.
Top
Properties
 NameDescription
Public propertyGuid The Guid of GUID-based enum object.
(Inherited from GuidEnum)
Top
Methods
 NameDescription
Public methodEquals Compares two Guid-based enum object based on their concrete class and GUID value.
(Inherited from GuidEnum)
Public methodGetHashCode Generates a hash code for this Guid-based enum object.
(Inherited from GuidEnum)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(BackgroundProcessTaskType, BackgroundProcessTaskType)Compares two BackgroundProcessTaskType instances.
Public operatorStatic memberInequality(BackgroundProcessTaskType, BackgroundProcessTaskType)Compares two BackgroundProcessTaskType instances.
Top
See Also