Adds a new Panel with the specified type identifier.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax
Parameters
- typeId
- Type: Spotfire.Dxp.Framework.DocumentModel TypeIdentifier
The panel type identifier.
Return Value
Type: PanelThe newly created Panel.
Exceptions
| Exception | Condition |
|---|---|
| System ArgumentNullException | If the typeId is null. |
See Also