Interface ICamApiGeomPickerOnClose
Callback interface for geometry model items picker
Namespace: CAMAPI.GeomPicker
Assembly: CAMAPI.GeomPicker.dll
Syntax
[Guid("0B7AAA49-1F84-4A38-9636-0E08375268BC")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiGeomPickerOnClose
Methods
OnCancel()
Callback function, which is called when user cancels selection in picker
Declaration
void OnCancel()
OnConfirm(IListString)
Callback function, which is called when user selects items in picker
Declaration
void OnConfirm(IListString SelectedItems)
Parameters
Type | Name | Description |
---|---|---|
IListString | SelectedItems |