ESRI.ArcGIS.ADF.IMS
Position Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto.Layer Namespace > StoredQueryVariable Class : Position Property




Position of the variable within the StoredQuery.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Position As Integer
Visual Basic (Usage)Copy Code
Dim instance As StoredQueryVariable
Dim value As Integer
 
value = instance.Position
C# 
public int Position {get;}

Remarks

ArcXML supports multiple variables within a stored query. However, currently the .NET ADF supports only one StoredQueryVariable per StoredQuery, so this value will always be zero.

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.