ESRI.ArcGIS.ADF.IMS
Position Property
See Also 
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.

See Also

© 2010 All Rights Reserved.