ArcGIS Runtime SDK for WPF - Library Reference
SubLayers Property
See Also 
ESRI.ArcGIS.Client.AdvancedSymbology Namespace > MessageLayer Class : SubLayers Property

The sub layers, or message types, contained within the MessageLayer.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SubLayers As ReadOnlyCollection(Of MessageSubLayer)
C# 
public ReadOnlyCollection<MessageSubLayer> SubLayers {get;}

Remarks

There will be up to three MessageSubLayers, one for each of the supported Message types. MessageSubLayers are added to the MessageLayer as Messages are processed. The MessageSubLayers can be used to toggle the visibility of specific message types, via the MessageSubLayer.Visible property. The value of MessageSubLayer.Name will be one of the following:

  • "position_reports": Contains messages created with a "_type" value of "position_report".
  • "spot_reports": Contains messages created with a "_type" value of "spot_report".
  • "chemlights": Contains messages created with a "_type" value of "chemlight".

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.