ESRI.ArcGIS.ADF.Web
Compute Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class : Compute Method




expression
filter

Syntax

Visual Basic (Declaration) 
Public Function Compute( _
   ByVal expression As String, _
   ByVal filter As String _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As FeatureGraphicsLayer
Dim expression As String
Dim filter As String
Dim value As Object
 
value = instance.Compute(expression, filter)
C# 
public object Compute( 
   string expression,
   string filter
)

Parameters

expression
filter

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.