DockingPlacement Constructor TIBCO Spotfire 6.0 API Reference
Initializes a new instance of the DockingPlacement class.

Namespace: Spotfire.Dxp.Application.Layout
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DockingPlacement(
	PanelRegion region,
	int index
)

Parameters

region
Type: Spotfire.Dxp.Application.Layout PanelRegion
The docking region.
index
Type: System Int32
The docking index.
See Also