ExternalDataInstanceRemovingFromDocumentEventArgs.InstanceId Property

ExternalDataInstanceRemovingFromDocumentEventArgsInstanceId Property

The Revit id of the external data instance being removed from Revit document.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId InstanceId { get; }
Public ReadOnly Property InstanceId As ElementId
	Get
public:
property ElementId^ InstanceId {
	ElementId^ get ();
}
member InstanceId : ElementId with get

Property Value

ElementId
See Also