ArcFM Server Developer Guide
replaceData Method (IXMLDOMText)


Syntax
'Declaration
 
<DispIdAttribute(115)>
Sub replaceData( _
   ByVal offset As Integer, _
   ByVal count As Integer, _
   ByVal data As String _
) 
'Usage
 
Dim instance As IXMLDOMText
Dim offset As Integer
Dim count As Integer
Dim data As String
 
instance.replaceData(offset, count, data)
[DispId(115)]
void replaceData( 
   int offset,
   int count,
   string data
)

Parameters

offset
count
data
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

IXMLDOMText Interface
IXMLDOMText Members

 

 


Send Comment