What's new in version 1.3
Version 1.3 of the i2 Notebook API contains new functionality to retrieve in-use item types from the chart and provide control over the default size and position of tool views.
The documentation has been updated with information about each of the following features:
- Looking up records by item type
- Accessing the item types in a chart
- Specifying the default size and position when creating tool views
The following sections list all the new and modified elements in the API, organized by namespace.
chart namespace
IChart
commands namespace
ISystemCommands
data namespace
IKeyedReadOnlyCollection
root namespace
IEntryPointAPI
Deprecated in version 1.3
The following elements in the API are deprecated in version 1.3, and might be removed in a future release.
root namespace
IEntryPointAPI
createToolView(string, string)This method is replaced by
IEntryPointAPI.createToolView(IToolViewConfig).