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