UntiledProviderThemesWithMapObjects Property |
A set of themes for which map object information should be calculated during
the renderMap service request. Commonly, this set is restricted to Feature Layer themes like Truck Attributes.
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> ThemesWithMapObjects { get; set; }
Public Property ThemesWithMapObjects As IEnumerable(Of String)
Get
Set
public:
property IEnumerable<String^>^ ThemesWithMapObjects {
IEnumerable<String^>^ get ();
void set (IEnumerable<String^>^ value);
}
member ThemesWithMapObjects : IEnumerable<string> with get, set
Property Value
Type:
IEnumerableStringSee Also