IExternalCommand Interface |
An interface that should be implemented to provide the implementation for a Revit add-in External Command.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic interface IExternalCommand
Public Interface IExternalCommand
public interface class IExternalCommand
type IExternalCommand = interface end
The IExternalCommand type exposes the following members.
Methods | Name | Description |
---|
 | Execute | Overload this method to implement and external command within Revit. |
Top
RemarksTo add an external command to Autodesk Revit the developer should implement an object
that supports the IExternalCommand interface.
See Also