Skip to content

DocumentClosingEventArgs.DocumentId

Public Property

Id of the document that is about to be closed.

Namespace: Autodesk.Revit.DB.Events

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public int DocumentId { get; }

Property Value

Int32

Remarks

This Id is only used to identify the document for the duration of this event and the DocumentClosed event which follows. It serves as synchronization means for the pair of events.