ArcGIS API for Windows Phone - Library Reference
IsReadOnly Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicCollection Class : IsReadOnly Property

If true, will throw InvalidOperationException when trying to modify the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsReadOnly As Boolean
C# 
public bool IsReadOnly {get;}

Remarks

This property will only be true if GraphicsLayer.GraphicsSource is used on a GraphicsLayer instead of directly populating the GraphicsLayer.Graphics property directly.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.