WmsSublayerCollectionAddNew Method TIBCO Spotfire 7.6 API Reference
Adds a new sublayer to this collection.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax

C#
public WmsSublayer AddNew(
	string name,
	string styleName
)

Parameters

name
Type: SystemString
The sublayer name.
styleName
Type: SystemString
The sublayer style name.

Return Value

Type: WmsSublayer
The newly created sublayer.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if name is null.
ArgumentNullException Thrown if styleName is null.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5
See Also

Reference