WmsSublayerCollection AddNew Method TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public WmsSublayer AddNew(
	string name,
	string styleName
)

Parameters

name
Type: System String
The sublayer name.
styleName
Type: System String
The sublayer style name.

Return Value

Type: WmsSublayer
The newly created sublayer.
Exceptions

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

Supported in: 7.0, 6.5
See Also