WmsSublayerCollection AddNew Method TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5
See Also