ArcFM Engine Developer Guide
SearchPath Method


Syntax
'Declaration
 
Public MustOverride Function SearchPath( _
   ByVal path As String, _
   ByVal pattern As String _
) As String()
'Usage
 
Dim instance As ReplicationFileStructure
Dim path As String
Dim pattern As String
Dim value() As String
 
value = instance.SearchPath(path, pattern)
public abstract string[] SearchPath( 
   string path,
   string pattern
)

Parameters

path
pattern
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

ReplicationFileStructure Class
ReplicationFileStructure Members

 

 


Send Comment