ArcFM Solution Developer Guide
ParseColumnName Method


Syntax
'Declaration
 
Public Overridable Sub ParseColumnName( _
   ByVal FullName As System.String, _
   ByRef dbName As System.String, _
   ByRef OwnerName As System.String, _
   ByRef TableName As System.String, _
   ByRef columnName 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
Dim columnName As System.String
 
instance.ParseColumnName(FullName, dbName, OwnerName, TableName, columnName)
public virtual void ParseColumnName( 
   System.string FullName,
   out System.string dbName,
   out System.string OwnerName,
   out System.string TableName,
   out System.string columnName
)

Parameters

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