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 UIDialogs
Methods
CreateHelper()
Instance of ICAMAPI_UIDialogs
Declaration
public static ComWrapper<ICAMAPI_UIDialogsHelper> CreateHelper()
Returns
Type | Description |
---|---|
Com |
CreateSimplePropIterator()
Instance to be provided to Cam
Declaration
public static SimplePropIterator CreateSimplePropIterator()
Returns
Type | Description |
---|---|
Simple |
CreateWindow()
Create instance of ICAMAPI_UIDialog
Declaration
public static ComWrapper<ICAMAPI_UIDialogWindow> CreateWindow()
Returns
Type | Description |
---|---|
Com |
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 |
---|---|---|
TLog |
type | |
string | title | |
string | message |