ArcFM Engine Developer Guide
GetTableName(String) Method


Strips the user and db off table names, if the TableNameOnly option is true. (The default is true.)
Syntax
'Declaration
 
Public Overloads Function GetTableName( _
   ByVal dataSetName As String _
) As String
'Usage
 
Dim instance As GeodatabaseAccess
Dim dataSetName As String
Dim value As String
 
value = instance.GetTableName(dataSetName)
public string GetTableName( 
   string dataSetName
)

Parameters

dataSetName
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GeodatabaseAccess Class
GeodatabaseAccess Members
Overload List

 

 


Send Comment