Class UIDialogs
Static factory to create instances of different objects
Inherited Members
Namespace: CAMAPI.UIDialogs.DotnetHelper
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public static class UIDialogsMethods
CreateHelper()
Instance of ICAMAPI_UIDialogsHelper
Declaration
public static ComWrapper<ICAMAPI_UIDialogsHelper> CreateHelper()Returns
| Type | Description | 
|---|---|
| ComWrapper<ICAMAPI_UIDialogsHelper> | 
CreateSimplePropIterator()
Instance to be provided to CamApiInspectorWindow
Declaration
public static SimplePropIterator CreateSimplePropIterator()Returns
| Type | Description | 
|---|---|
| SimplePropIterator | 
CreateWindow()
Create instance of ICAMAPI_UIDialogWindow with empty title
Declaration
public static ComWrapper<ICAMAPI_UIDialogWindow> CreateWindow()Returns
| Type | Description | 
|---|---|
| ComWrapper<ICAMAPI_UIDialogWindow> | 
Notify(TLogEventType, string, string)
Create notification in right down corner of the main window
Declaration
public static void Notify(TLogEventType type, string title, string message)Parameters
| Type | Name | Description | 
|---|---|---|
| TLogEventType | type | |
| string | title | |
| string | message |