ESRI.ArcGIS.ADF.Web
GeometryColumnIndex Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > FeatureGraphicsLayer Class : GeometryColumnIndex Property




The index of the column containing geometry in the FeatureGraphicsLayer DataTable.

Syntax

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

Return Value

Index of the column containing geometry.

See Also

© 2010 All Rights Reserved.