Click or drag to resize

FeatureLayersAvailableThemes Property

Provides all available Feature Layer themes installed on the server defined by the BaseUrl property.

Namespace:  Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public IEnumerable<string> AvailableThemes { get; }

Return Value

Type: IEnumerableString
String list of all available Feature Layer themes.
See Also