2027 Class
Changes 8
C

ExternalDataManagerCommand

Description:
Represents the commands that an IExternalDataManagerServer supports.
Remarks:
Represents the commands that a IExternalDataManagerServer supports.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.UI.ExternalDataManagerCommand
public class ExternalDataManagerCommand : IDisposable
Name Return Type Description Inherited From
C ExternalDataManagerCommand(ExternalDataManagerCommand) None Create a copy of the object.
C ExternalDataManagerCommand(ExternalDataManagerCommandId) None Constructor
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ExternalDataManagerCommand
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M RegisterCommand(ExternalDataManagerCommand) None Registers a command.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P Executable bool Indicates if the command is executable.
P Id ExternalDataManagerCommandId The id of the command.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P Name string The name of the command.
P SupportMultiItems bool Indicates if the command support manipulate multiple items in one execution.
P Tooltip string The tooltip of the command.