ESRI.ArcGIS.ADF.Web
SupportsIdentify Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : SupportsIdentify Property




Whether this layer supports identify operations. False by default.

Syntax

Visual Basic (Declaration) 
Public Property SupportsIdentify As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim value As Boolean
 
instance.SupportsIdentify = value
 
value = instance.SupportsIdentify
C# 
public bool SupportsIdentify {get; set;}

See Also

© 2010 All Rights Reserved.