Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsGroupLayer As Boolean |
C# | |
---|---|
public bool IsGroupLayer {get;} |
There are 2 kinds of group layers :
- Map layer of type GroupLayer
- Sublayer of another map layer such as ArcGISDynamicMapServiceLayer or ArcGISTiledMapServiceLayer
Property Value
true
if this instance is group layer; otherwise, false
.Target Platforms:Windows Phone 7