ExternalDataTypeUpdatedDataSourceIntoDocumentEventArgs.ItemId Property

ExternalDataTypeUpdatedDataSourceIntoDocumentEventArgsItemId Property

The id of the external data item to which the external data type is updated.

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

Property Value

String
See Also