| Revit 2017 API |
| ExternalServiceOptions..::..IsRecordable Property |
| ExternalServiceOptions Class See Also |
Indicates whether executions of the service is recorded in documents or not.
Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.484.0)
Since:
2014
Syntax
Remarks
When a recordable service is executed in a document, a record about the executed server (or servers) is stored in the document's history. This allows active servers to be synchronized next time a saved document is opened in Revit.
Executions of a recordable service in a document must happen inside a transaction.