Revit 2025.3 API
Transact |
Options to customize Revit behavior when accessing the central model.
SystemObject
Autodesk.Revit.DBTransactWithCentralOptions
Autodesk.Revit.DBTransactWithCentralOptions
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The TransactWithCentralOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| TransactWithCentralOptions | Constructs a new TransactWithCentralOptions. |
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the TransactWithCentralOptions | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLockCallback | Gets the callback object that changes Revit's default behavior of endlessly waiting and repeatedly trying to lock a central model. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetLockCallback | Sets or resets a callback object that would allow an external application to change Revit's default behavior of endlessly waiting and repeatedly trying to lock a central model. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also