Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property SubLayers As ReadOnlyCollection(Of MessageSubLayer) |
C# | |
---|---|
public ReadOnlyCollection<MessageSubLayer> SubLayers {get;} |
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".
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8