ArcFM Desktop Developer Guide
addObject Method (IXSLProcessor)


Syntax
'Declaration
 
<DispIdAttribute(12)>
Sub addObject( _
   ByVal obj As Object, _
   ByVal namespaceURI As String _
) 
'Usage
 
Dim instance As IXSLProcessor
Dim obj As Object
Dim namespaceURI As String
 
instance.addObject(obj, namespaceURI)
[DispId(12)]
void addObject( 
   object obj,
   string namespaceURI
)

Parameters

obj
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