ArcFM Solution Developer Guide
ResolveTableName Method (MMTableUtilsClass)


Syntax
'Declaration
 
Public Overridable Function ResolveTableName( _
   ByVal bstrTableName As System.String, _
   ByVal pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace _
) As System.String
'Usage
 
Dim instance As MMTableUtilsClass
Dim bstrTableName As System.String
Dim pFeatureWorkspace As ESRI.ArcGIS.Geodatabase.IFeatureWorkspace
Dim value As System.String
 
value = instance.ResolveTableName(bstrTableName, pFeatureWorkspace)
public virtual System.string ResolveTableName( 
   System.string bstrTableName,
   ESRI.ArcGIS.Geodatabase.IFeatureWorkspace pFeatureWorkspace
)

Parameters

bstrTableName
pFeatureWorkspace
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

MMTableUtilsClass Class
MMTableUtilsClass Members

 

 


Send Comment