ArcGIS API for Windows Phone - Library Reference
GenerateVisibilityIDs Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.DataSources Namespace > KmlLayer Class : GenerateVisibilityIDs Method

Generate the IDs of the folder that are currently visible.

Syntax

Visual Basic (Declaration) 
Public Function GenerateVisibilityIDs() As IEnumerable(Of Integer)
C# 
public IEnumerable<int> GenerateVisibilityIDs()

Remarks

This method is mainly useful for the webmap serializer

Return Value

The enumeration of visible folder IDs

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.