ArcFM Desktop Developer Guide
addParameter Method


Syntax
'Declaration
 
<DispIdAttribute(11)>
Sub addParameter( _
   ByVal baseName As String, _
   ByVal parameter As Object, _
   Optional ByVal namespaceURI As String _
) 
'Usage
 
Dim instance As IXSLProcessor
Dim baseName As String
Dim parameter As Object
Dim namespaceURI As String
 
instance.addParameter(baseName, parameter, namespaceURI)
[DispId(11)]
void addParameter( 
   string baseName,
   object parameter,
   string namespaceURI
)

Parameters

baseName
parameter
namespaceURI
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

IXSLProcessor Interface
IXSLProcessor Members

 

 


Send Comment