Interface ICamIpcHandlerSelectionChanged
IPC: handler for the geometry-model SelectionChanged event
Namespace: CAMIPC.GeomModel
Assembly: CAMIPC.GeomModel.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1C182A66-EA26-4326-9CD5-4A6DA530B252")]
public interface ICamIpcHandlerSelectionChanged
Methods
SelectionChanged(string, IListString, IListString)
Declaration
void SelectionChanged(string HandlerIdent, IListString AddedNodes, IListString RemovedNodes)
Parameters
| Type | Name | Description |
|---|---|---|
| string | HandlerIdent | |
| IListString | AddedNodes | |
| IListString | RemovedNodes |