ArcFM Desktop Developer Guide
ClearTablesByPrefix Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

String
Clears out all tables in the Network Adapter personal geodatabase with names beginning in a table prefix. Can be used to clear all results tables for an analysis type, or to clear all tables for a test case.
Syntax
'Declaration
 
Sub ClearTablesByPrefix( _
   ByVal sTablePrefix As String _
) 
'Usage
 
Dim instance As IMMDistopsWorkspace
Dim sTablePrefix As String
 
instance.ClearTablesByPrefix(sTablePrefix)
void ClearTablesByPrefix( 
   string sTablePrefix
)

Parameters

sTablePrefix
String
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

IMMDistopsWorkspace Interface
IMMDistopsWorkspace Members

 

 


Send Comment