ArcFM Desktop Developer Guide
Prepare Method (XsltPreparer)


Syntax
'Declaration
 
Public Sub Prepare( _
   ByVal xlstFilename As String, _
   ByVal ParamArray supportFiles() As String _
) 
'Usage
 
Dim instance As XsltPreparer
Dim xlstFilename As String
Dim supportFiles() As String
 
instance.Prepare(xlstFilename, supportFiles)
public void Prepare( 
   string xlstFilename,
   params string[] supportFiles
)

Parameters

xlstFilename
supportFiles
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

XsltPreparer Class
XsltPreparer Members

 

 


Send Comment