ArcGIS Explorer Component Help |
Index..::.AddColumnName Method |
Index Class See Also |
Adds another column name to the array of column names to be indexed.
Namespace:
ESRI.ArcGISExplorer.DataAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public void AddColumnName( string columnName ) |
Visual Basic (Declaration) |
---|
Public Sub AddColumnName ( _ columnName As String _ ) |
Parameters
- columnName
- Type: System..::.String
Name of the column.
Remarks
Use this method to add a column name to the Index object after it has been created but before it is added
to the IndexCollection.