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