ExternalDataManagerCommandSupportMultiItems Property

Indicates if the command support manipulate multiple items in one execution.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public bool SupportMultiItems { get; set; }

Property Value

Boolean
Remarks
The default value is false.
See Also