ExternalCommandData
Description:
A class contains reference to Application and View which are needed by external command.
A class contains reference to Application and View which are needed by external command.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.UI.ExternalCommandData
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.UI.ExternalCommandData
public class ExternalCommandData : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Application | UIApplication | Retrieves an object that represents the current Application for external command. | |
| JournalData | IDictionary | A data map that can be used to read and write data to the Autodesk Revit journal file. | |
| View | View | Retrieves an object that represents the View external command work on. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |