ApplicationEntryPoint Class |
Namespace: RootPro.RootProCAD
The ApplicationEntryPoint type exposes the following members.
Name | Description | |
---|---|---|
ApplicationEntryPoint | Initializes a new instance of the ApplicationEntryPoint class |
Name | Description | |
---|---|---|
ActiveDocument |
Get the active drawing.
| |
ActiveDrawingView |
Get the active paper or part view .
| |
ActiveTabView |
Get the active tab view.
| |
ActiveWindow |
Get the active window.
| |
AddInFullPath |
Gets or sets the path of this add-in file.
| |
AddInManager |
Get the object that manages add-ins and scripts.
| |
Application |
Get the application.
| |
CommandBar |
Get the command window.
| |
CommandManager |
Get the object that manages the command.
| |
DockingBars |
Get a collection of docking windows.
| |
Documents |
Get the collection of documents.
| |
DrawComponentBar |
Get the drawing component window.
| |
DrawingBar |
Get the drawing tree window.
| |
DxfLoadConverterSettings |
Get the DXF/DWG import setting.
| |
DxfSaveConverterSettings |
Get the DXF/DWG export setting.
| |
FullScreen |
Get or set a value that represents the full screen display status of the frame.
| |
Geometry |
Get the object that manages the geometry calculation.
| |
JwLoadConverterSettings |
Get the Jw import settings.
| |
JwSaveConverterSettings |
Get the Jw export settings.
| |
LayerBar |
Get the layer tree window.
| |
NumericTextConverter |
Get the object to convert numeric value and character string.
| |
PdfSaveConverterSettings |
Get the PDF export settings.
| |
PrimaryCookie | ||
ProductVersion |
Get version number of RootPro CAD.
| |
PropertiesBar |
Get the properties window.
| |
RemoteObject | ||
ScriptBar |
Get the script window.
| |
SearchBar |
Get the search and replace window.
| |
Settings |
Get the option setting.
| |
ShapeChamfer |
Get the object that executes the chamfering of the shape.
| |
ShapeFactory |
Get an instance of the ShapeFactory class that generates geometry.
| |
ShapeFillet |
Get the object that executes filleting of the shape.
| |
ShowDxfConverterSettingsDialog |
Get or set whether to display the setting dialog box when executing DXF/DWG conversion.
| |
ShowJwConverterSettingsDialog |
Get or set whether to display the setting dialog box when executing Jw conversion.
| |
ShowPdfConverterSettingsDialog |
Get or set whether to display the setting dialog box when executing PDF conversion.
| |
ShowSxfConverterSettingsDialog |
Get or set whether to display the setting dialog box when executing SXF conversion.
| |
StatusBar |
Get the status bar.
| |
SxfLoadConverterSettings |
Get the SXF import settings.
| |
SxfSaveConverterSettings |
Get the SXF export setting.
| |
ToolBars |
Get the collection of toolbars.
| |
ViewControllerBar |
Get the view controller window.
| |
ViewerMode |
Get or set the value that represents the viewer mode in full screen mode.
| |
WindowHandle |
Get the window handle of RootPro CAD.
| |
Windows |
Get the collection of windows.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FinishInitialization | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InitializeDataBindings | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnShutdown | ||
Quit |
Finish RootPro CAD.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ApplicationInitialized |
Occurs when beginning the application.
| |
ApplicationQuit |
Occurs when exiting the application.
| |
ApplicationSettingsChanged |
Occurs when the application settings is changed.
| |
ColorItemChanged |
Occurs when one color is changed.
| |
ColorsChanged |
Occurs when the color table is changed.
| |
CommandBegin |
Occurs when starting the command.
| |
CommandDraw |
Occurs when drawing to paper or part drawing view during a command.
| |
CommandEnd |
Occurs when exiting the command.
| |
CommandInitialized |
Occurs when the command is initialized.
| |
CommandMouseMove |
Occurs when the mouse cursor moves over the paper or part drawing view during command.
| |
CurrentDrawingChanged |
Occurs when the current drawing is changed.
| |
CurrentLayerChanged |
Occurs when the current layer is changed.
| |
CurrentShapeSettingsStyleChanged |
Occurs when the current graphic setting style is changed.
| |
CustomHatchAdded |
Occurs when the user defined hatch is added.
| |
CustomHatchDeleting |
Occurs when the user defined hatch is deleted.
| |
DockingBarFloated |
Occurs when the docking window becomes floating.
| |
DockingBarVisibleChanged |
Occurs when the display state of the docking window changes.
| |
DocumentActivated |
Occurs when the active document is changed.
| |
DocumentAfterSave |
Occurs when the document is saved.
| |
DocumentBeforeSave |
Occurs before the document is saved.
| |
DocumentBeginPrint |
Occurs before the document is printed.
| |
DocumentClosed |
Occurs when the document is closed.
| |
DocumentEndPrint |
Occurs after the document is printed.
| |
DocumentOpened |
Occurs when the document is opened.
| |
DrawingAdded |
Occurs when paper or part drawing is added.
| |
DrawingChanged |
Occurs when paper or part drawing has been changed.
| |
DrawingDeleting |
Occurs when paper or part drawing is deleted.
| |
DrawingOrderChanged |
Occurs when paper or part drawing order is changed.
| |
DrawingViewDrawTemporary |
Occurs when performing a temporary draw on the view.
| |
DrawingViewMouseDoubleClick |
Occurs when the drawing view is double clicked by the mouse.
| |
DrawingViewMouseDown |
Occurs when a mouse button is pressed in the drawing view.
| |
DrawingViewMouseLeave |
Occurs when the mouse pointer leaves the drawing view.
| |
DrawingViewMouseMove |
Occurs when the mouse pointer is moved over the drawing view.
| |
DrawingViewMouseUp |
Occurs when a mouse button is released in the drawing view.
| |
DrawingViewMouseWheel |
Occurs when the mouse wheel moves over the drawing view.
| |
LayerAdded |
Occurs when a layer is added.
| |
LayerChanged |
Occurs when the layer is changed.
| |
LayerDeleting |
Occurs when a layer is deleted.
| |
LayerOrderChanged |
Occurs when the layer order is changed.
| |
LayoutAdded |
Occurs when a layout is added.
| |
LayoutChanged |
Occurs when the layout is changed.
| |
LayoutDeleting |
Occurs when the layout is deleted.
| |
LayoutOrderChanged |
Occurs when layout order is changed.
| |
LinetypeItemAdded |
Occurs when line type is added.
| |
LinetypeItemChanged |
Occurs when one line type is changed.
| |
LinetypeItemDeleting |
Occurs when one line type is deleted.
| |
LinetypesChanged |
Occurs when the line type table is changed.
| |
LinewidthItemChanged |
Occurs when one line width is changed.
| |
LinewidthsChanged |
Occurs when the line width table is changed.
| |
MasterDrawComponentAdded |
Occurs when the definition of the drawing component is added.
| |
MasterDrawComponentDeleting |
Occurs when the definition of the drawing component is deleted.
| |
NewDocument |
Occurs when a new document is created.
| |
PrintSettingsChanged |
Occurs when the print settings is changed.
| |
SelectionChanged |
Occurs when the selection state of the shape is changed.
| |
ShapeAdded |
Occurs when a shape is added.
| |
ShapeChanged |
Occurs when the shape is changed.
| |
ShapeDelete |
Occurs when the shape is deleted.
| |
ShapeGrouped |
Occurs when the shape is grouped.
| |
ShapePrinting |
Occurs before a figure is printed.
| |
ShapeSettingsChanged |
Occurs when the shape settings is changed.
| |
ShapeSettingsStyleAdded |
Occurs when a shape settings style is added.
| |
ShapeSettingsStyleChanged |
Occurs when the shape settings style is changed.
| |
ShapeSettingsStyleDeleting |
Occurs when the shape settings style is deleted.
| |
ShapeUngrouped |
Occurs when the shape is ungrouped.
| |
SummaryInfoChanged |
Occurs when the properties of a file is changed.
| |
TabViewActivated |
Occurs when the view in the active tab changes.
| |
WindowActivated |
Occurs when the active window is changed.
|