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

IDs
Enumeration of visible folder ID.
Set the folders visibility from an enumeration of Ids. These Ids are those used by the webmaps.

Syntax

Visual Basic (Declaration) 
Public Sub SetVisibilityByIDs( _
   ByVal IDs As IEnumerable(Of Integer) _
) 
C# 
public void SetVisibilityByIDs( 
   IEnumerable<int> IDs
)

Remarks

This method is mainly useful for the webmap serializer

Parameters

IDs
Enumeration of visible folder ID.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.