ESRI.ArcGIS.Geoprocessor
ParseFieldName Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : ParseFieldName Method




inputFieldName
workspace
Parse a field name within the given workspace. This will strip the connected user and database names.

Syntax

Visual Basic (Declaration) 
Public Function ParseFieldName( _
   ByVal inputFieldName As String, _
   ByVal workspace As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim inputFieldName As String
Dim workspace As String
Dim value As String
 
value = instance.ParseFieldName(inputFieldName, workspace)
C# 
public string ParseFieldName( 
   string inputFieldName,
   string workspace
)

Parameters

inputFieldName
workspace

See Also

© 2010 All Rights Reserved.