Creates a duplicate of the specified Visual and adds it to the collection.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 18.10.8513.5432 (18.10.8513.5432)
Syntax
Parameters
- visual
- Type: Spotfire.Dxp.Application Visual
The Visual to duplicate. It must be attached to the document.
Return Value
Type: VisualThe duplicate Visual.
Exceptions
Exception | Condition |
---|---|
System ArgumentNullException | If visual is null. |
System ArgumentException | If visual is not attached to the document. |
Version Information
See Also