ArcFM Solution Developer Guide
ParseTableName Method


Syntax
'Declaration
 
Public Overridable Sub ParseTableName( _
   ByVal FullName As System.String, _
   ByRef dbName As System.String, _
   ByRef OwnerName As System.String, _
   ByRef TableName As System.String _
) 
'Usage
 
Dim instance As MMFeederWorkspaceFactoryClass
Dim FullName As System.String
Dim dbName As System.String
Dim OwnerName As System.String
Dim TableName As System.String
 
instance.ParseTableName(FullName, dbName, OwnerName, TableName)
public virtual void ParseTableName( 
   System.string FullName,
   out System.string dbName,
   out System.string OwnerName,
   out System.string TableName
)

Parameters

FullName
dbName
OwnerName
TableName
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

MMFeederWorkspaceFactoryClass Class
MMFeederWorkspaceFactoryClass Members

 

 


Send Comment