ArcFM Server Developer Guide
setStartMode Method


Syntax
'Declaration
 
<DispIdAttribute(4)>
Sub setStartMode( _
   ByVal mode As String, _
   Optional ByVal namespaceURI As String _
) 
'Usage
 
Dim instance As IXSLProcessor
Dim mode As String
Dim namespaceURI As String
 
instance.setStartMode(mode, namespaceURI)
[DispId(4)]
void setStartMode( 
   string mode,
   string namespaceURI
)

Parameters

mode
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