RVTDocs.com

ApplicationEntryPoint

Class
Description:
For Revit Macros use only.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.ApplicationServices.Application
    Autodesk.Revit.DB.Macros.ApplicationEntryPoint
Syntax
public abstract class ApplicationEntryPoint : Application, 
	IEntryPoint
ApplicationEntryPoint Class Members:
Name Description Inherited From
ApplicationEntryPoint Initializes a new instance of the ApplicationEntryPoint class
Name Description Inherited From
ActiveAddInId Retrieves the Id of the currently running external application. (Inherited from Application ) Application
AddinFolder The full path to the Revit Macros module.
AllowNavigationDuringRedraw Checks whether or not the navigation during redraw is enabled, and enable or disable it. (Inherited from Application ) Application
AllUsersAddinsLocation The folder location for .addin files for all users. (Inherited from Application ) Application
AngleTolerance Angle tolerance. (Inherited from Application ) Application
BackgroundColor The background color to use for model views in this session. (Inherited from Application ) Application
Cities Returns a set of all the known city locations within Revit. (Inherited from Application ) Application
Create Provides an object that can be used to create new instances of Autodesk Revit API objects. (Inherited from Application ) Application
CurrentRevitServerAccelerator Current Revit Server accelerator. (Inherited from Application ) Application
CurrentUserAddinsLocation The folder location for .addin files for the current user. (Inherited from Application ) Application
CurrentUsersAddinsDataFolderPath Path to AddinsData folder for the current user. (Inherited from Application ) Application
CurrentUsersDataFolderPath Path to data folder for the current user. (Inherited from Application ) Application
DefaultIFCProjectTemplate Full path to the default template file for new IFC project documents. It may be empty, in which case the DefaultProjectTemplate should be used. (Inherited from Application ) Application
DefaultProjectTemplate Full path to the default template file for new project documents. (Inherited from Application ) Application
DefaultViewDiscipline The view discipline that will be applied to new views by default. (Inherited from Application ) Application
Documents Returns a set of documents within Revit. (Inherited from Application ) Application
ExportIFCCategoryTable Full path to the file that defines Revit category to IFC entity mappings for IFC export. (Inherited from Application ) Application
FamilyTemplatePath Default path for family template files. (Inherited from Application ) Application
ImportIFCCategoryTable Full path to the file that defines IFC entity to Revit category mappings for IFC import. (Inherited from Application ) Application
IsArchitectureEnabled Checks whether or not the architecture discipline is enabled, and enable or disable it. (Inherited from Application ) Application
IsElectricalAnalysisEnabled Checks whether or not electrical analysis is enabled, and enable or disable it. (Inherited from Application ) Application
IsElectricalEnabled Checks whether or not the electrical discipline is enabled, and enable or disable it. (Inherited from Application ) Application
IsEnergyAnalysisEnabled Checks whether or not energy analysis is enabled, and enable or disable it. (Inherited from Application ) Application
IsInfrastructureEnabled Checks whether or not infrastructure discipline is enabled, and enable or disable it. (Inherited from Application ) Application
IsMassingEnabled Checks whether or not the massing and site tools are enabled, and enable or disable them. (Inherited from Application ) Application
IsMechanicalAnalysisEnabled Checks whether or not mechanical analysis is enabled, and enable or disable it. (Inherited from Application ) Application
IsMechanicalEnabled Checks whether or not the mechanical discipline is enabled, and enable or disable it. (Inherited from Application ) Application
IsPipingAnalysisEnabled Checks whether or not piping analysis is enabled, and enable or disable it. (Inherited from Application ) Application
IsPipingEnabled Checks whether or not the piping discipline is enabled, and enable or disable it. (Inherited from Application ) Application
IsRouteAnalysisEnabled Checks whether or not route analysis is enabled, and enable or disable it. (Inherited from Application ) Application
IsStructuralAnalysisEnabled Checks whether or not the structural analysis is enabled, and enable or disable it. (Inherited from Application ) Application
IsStructureEnabled Checks whether or not the structure discipline is enabled, and enable or disable it. (Inherited from Application ) Application
IsSystemsEnabled Checks whether or not any systems disciplines (mechanical, electrical, or piping) are enabled. (Inherited from Application ) Application
IsValidObject Specifies whether the .NET object represents a valid Revit entity. (Inherited from Application ) Application
Language The language used in the current session of Revit. (Inherited from Application ) Application
LoginUserId The user id of the user currently logged in. The user id will be empty if the user is not logged in. (Inherited from Application ) Application
PointCloudsRootPath Root path for point cloud files. (Inherited from Application ) Application
Product The product type for the current session of Revit. (Inherited from Application ) Application
RecordingJournalFilename Retrieve the name of the journal file the Revit is currently recording to. (Inherited from Application ) Application
SharedParametersFilename Contains the fully qualified path to a shared parameters file. (Inherited from Application ) Application
ShortCurveTolerance The enforced minimum length for any curve created by Revit. (Inherited from Application ) Application
ShowGraphicalOpenEndsAreaBasedLoadBoundaryDisconnects Whether or not to show the graphical open ends for Area Based Load Boundary disconnects. (Inherited from Application ) Application
ShowGraphicalWarningCableTrayConduitDisconnects Whether or not to show the graphical warnings for CTC disconnects. (Inherited from Application ) Application
ShowGraphicalWarningDuctDisconnects Whether or not to show the graphical warnings for duct disconnects. (Inherited from Application ) Application
ShowGraphicalWarningElectricalDisconnects Whether or not to show the graphical warnings for Electrical disconnects. (Inherited from Application ) Application
ShowGraphicalWarningHangerDisconnects Whether or not to show the graphical warnings for Fabrication Hanger disconnects. (Inherited from Application ) Application
ShowGraphicalWarningPipeDisconnects Whether or not to show the graphical warnings for Pipe disconnects. (Inherited from Application ) Application
SubVersionNumber The minor version number of Revit (Inherited from Application ) Application
SystemsAnalysisWorkfilesRootPath Root path for systems analysis workfiles (Inherited from Application ) Application
Username Gets the user name for the current Revit session. (Inherited from Application ) Application
VersionBuild Returns the internal build number of the Autodesk Revit application. (Inherited from Application ) Application
VersionName Returns the name of the Revit application. (Inherited from Application ) Application
VersionNumber Return the primary version of the Revit application. (Inherited from Application ) Application
VertexTolerance Vertex tolerance. (Inherited from Application ) Application
Name Description Inherited From
CopyModel Copies an existing model to a new file. Overwriting a file of the same name is allowed. (Inherited from Application ) Application
Dispose (Inherited from Application ) Application
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
ExtractPartAtomFromFamilyFile Writes a PartAtom XML from the contents of a family file. (Inherited from Application ) Application
FinishInitializationEO For Revit Macros internal use only.
GetAssets Gets all the Assets of the specified type. (Inherited from Application ) Application
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetLibraryPaths Returns path information identifying where Revit searches for content. (Inherited from Application ) Application
GetRevitServerNetworkHosts Gets the list of all Revit Server Network hosts in current session. (Inherited from Application ) Application
GetSystemsAnalysisWorkflowNames Returns names for systems analysis workflows. (Inherited from Application ) Application
GetSystemsAnalysisWorkflows Returns name and path information identifying systems analysis workflow files. (Inherited from Application ) Application
GetType Gets the Type of the current instance. (Inherited from Object ) Object
GetWorksharingCentralGUID Gets the worksharing central GUID of the given server-based model. (Inherited from Application ) Application
Initialize For Revit Macros internal use only.
IsJournalPlaying Determines if the application is currently in journal playback mode. (Inherited from Application ) Application
NewFamilyDocument New family document, including family, titleblock, and annotation symbol (Inherited from Application ) Application
NewProjectDocument(String) New project document (Inherited from Application ) Application
NewProjectDocument(UnitSystem) Creates a new project document with no template file specified. (Inherited from Application ) Application
NewProjectTemplateDocument New project template document (Inherited from Application ) Application
OnShutdownEO For Revit Macros internal use only.
OpenDocumentFile(String) Opens a document from disk. (Inherited from Application ) Application
OpenDocumentFile(ModelPath, OpenOptions) Opens a document from disk or cloud. (Inherited from Application ) Application
OpenDocumentFile(ModelPath, OpenOptions, IOpenFromCloudCallback) Opens a document from disk or cloud. (Inherited from Application ) Application
OpenIFCDocument(String) Opens an IFC document from disk using default options. (Inherited from Application ) Application
OpenIFCDocument(String, IFCImportOptions) Opens an IFC document from disk using custom options. (Inherited from Application ) Application
OpenSharedParameterFile Enables access to shared parameter groups and definitions that are maintained on disk. (Inherited from Application ) Application
PurgeReleasedAPIObjects Explicitly purges all API objects that have been released but are still awaiting to be finalized (Inherited from Application ) Application
SetLibraryPaths Sets path information identifying where Revit searches for content. (Inherited from Application ) Application
SetSystemsAnalysisWorkflows Sets name and path information identifying systems analysis workflow files. (Inherited from Application ) Application
ToString Returns a string that represents the current object. (Inherited from Object ) Object
UpdateRenderAppearanceLibrary Updates the stored render appearance library, giving the Revit session access to any new RPC content. (Inherited from Application ) Application
WriteJournalComment Writes a comment to the Revit journal file. (Inherited from Application ) Application
Name Description Inherited From
ApplicationInitialized Subscribe to this event to get notified after the Revit application has been initialized (Inherited from Application ) Application
DocumentChanged Subscribe to the DocumentChanged event to be notified when Revit document has changed. (Inherited from Application ) Application
DocumentClosed Subscribe to the DocumentClosing event to be notified when Revit is just about to close a document. (Inherited from Application ) Application
DocumentClosing Subscribe to the DocumentClosing event to be notified when Revit is just about to close a document. (Inherited from Application ) Application
DocumentCreated Subscribe to the DocumentCreated event to be notified immediately after Revit has finished creating a new document. (Inherited from Application ) Application
DocumentCreating Subscribe to the DocumentCreating event to be notified when Revit is just about to create a new document. (Inherited from Application ) Application
DocumentOpened Subscribe to the DocumentOpened event to be notified immediately after Revit has finished opening a document. (Inherited from Application ) Application
DocumentOpening Subscribe to the DocumentOpening event to be notified when Revit is just about to open a document. (Inherited from Application ) Application
DocumentPrinted Subscribe to the DocumentPrinted event to be notified immediately after Revit has finished printing a view or ViewSet of the document. (Inherited from Application ) Application
DocumentPrinting Subscribe to the DocumentPrinting event to be notified when Revit is just about to print a view or ViewSet of the document. (Inherited from Application ) Application
DocumentReloadedLatest Subscribe to the DocumentReloadedLatestEventArgs event to be notified immediately after Revit has finished reloading a document with central model. (Inherited from Application ) Application
DocumentReloadingLatest Subscribe to the DocumentReloadingLatestEventArgs event to be notified when Revit is just about to reload latest changes from a central model. (Inherited from Application ) Application
DocumentSaved Subscribe to the DocumentSaved event to be notified immediately after Revit has finished saving a document. (Inherited from Application ) Application
DocumentSavedAs Subscribe to the DocumentSavedAs event to be notified immediately after Revit has finished saving document with a new file name. (Inherited from Application ) Application
DocumentSaving Subscribe to the DocumentSaving event to be notified when Revit is just about to save a document. (Inherited from Application ) Application
DocumentSavingAs Subscribe to the DocumentSavingAs event to be notified when Revit is just about to save the document with a new file name. (Inherited from Application ) Application
DocumentSynchronizedWithCentral Subscribe to the DocumentSynchronizedWithCentral event to be notified immediately after Revit has finished synchronizing a document with central model. (Inherited from Application ) Application
DocumentSynchronizingWithCentral Subscribe to the DocumentSynchronizingWithCentral event to be notified when Revit is just about to synchronize a document with central model. (Inherited from Application ) Application
DocumentWorksharingEnabled Subscribe to the DocumentWorksharingEnabled event to be notified when a document has become workshared. (Inherited from Application ) Application
ElementTypeDuplicated Subscribe to the ElementTypeDuplicated event to be notified immediately after Revit has finished duplicating an element type. (Inherited from Application ) Application
ElementTypeDuplicating Subscribe to the ElementTypeDuplicating event to be notified when Revit is just about to duplicate an element type. (Inherited from Application ) Application
FailuresProcessing Subscribe to the FailuresProcessing event to be notified when failures are being processed at the end of transaction. (Inherited from Application ) Application
FamilyLoadedIntoDocument Subscribe to the FamilyLoadedInto event to be notified after Revit loaded a family into a document. (Inherited from Application ) Application
FamilyLoadingIntoDocument Subscribe to the FamilyLoadingInto event to be notified when Revit is just about to load a family into a document. (Inherited from Application ) Application
FileExported Subscribe to the FileExported event to be notified immediately after Revit has finished exporting files of formats supported by the API. (Inherited from Application ) Application
FileExporting Subscribe to the FileExporting event to be notified when Revit is just about to export files of formats supported by the API. (Inherited from Application ) Application
FileImported Subscribe to the FileImported event to be notified immediately after Revit has finished importing a file of format supported by the API. (Inherited from Application ) Application
FileImporting Subscribe to the FileImporting event to be notified when Revit is just about to import a file of format supported by the API. (Inherited from Application ) Application
LinkedResourceOpened Subscribe to the LinkedResourceOpened event to be notified immediately after Revit has finished opening a linked resource. (Inherited from Application ) Application
LinkedResourceOpening Subscribe to the LinkedResourceOpening event to be notified when Revit is just about to open a linked resource. (Inherited from Application ) Application
ProgressChanged Subscribe to the ProgressChanged event to be notified when an operation in Revit has progress bar data available. (Inherited from Application ) Application
ViewExported Subscribe to the ViewExported event to be notified immediately after Revit has finished exporting a view of the document. (Inherited from Application ) Application
ViewExporting Subscribe to the ViewExporting event to be notified when Revit is just about to export a view of the document. (Inherited from Application ) Application
ViewPrinted Subscribe to the ViewPrinted event to be notified immediately after Revit has finished printing a view of the document. (Inherited from Application ) Application
ViewPrinting Subscribe to the ViewPrinting event to be notified when Revit is just about to print a view of the document. (Inherited from Application ) Application
ViewsExportedByContext Subscribe to the ViewsExportedByContext event to be notified immediately after Revit has finished exporting one or more views of the document via an export context by CustomExporter. (Inherited from Application ) Application
ViewsExportingByContext Subscribe to the ViewsExportingByContext event to be notified when Revit is just about to export one or more views of the document via an export context by CustomExporter. (Inherited from Application ) Application
WorksharedOperationProgressChanged Subscribe to the WorksharedOperationProgressChanged to be notified when progress has changed during Collaboration for Revit's workshared operations: open model and synchronize with central. (Inherited from Application ) Application