ExternalDataManagerCommand Class

Represents the commands that an IExternalDataManagerServer supports.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.UIExternalDataManagerCommand

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class ExternalDataManagerCommand : IDisposable

The ExternalDataManagerCommand type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyExecutable Indicates if the command is executable.
Public propertyId The id of the command.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The name of the command.
Public propertySupportMultiItems Indicates if the command support manipulate multiple items in one execution.
Public propertyTooltip The tooltip of the command.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ExternalDataManagerCommand
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberRegisterCommand Registers a command.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
Represents the commands that a IExternalDataManagerServer supports.
See Also