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




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

Syntax

Visual Basic (Declaration) 
Public Property GeometryColumnName As String
Visual Basic (Usage)Copy Code
Dim instance As FeatureGraphicsLayer
Dim value As String
 
instance.GeometryColumnName = value
 
value = instance.GeometryColumnName
C# 
public string GeometryColumnName {get; set;}

Return Value

Name of the geometry column.

See Also

© 2010 All Rights Reserved.