ArcFM Desktop Developer Guide
formatIndex Method


Syntax
'Declaration
 
<DispIdAttribute(192)>
Function formatIndex( _
   ByVal lIndex As Integer, _
   ByVal bstrFormat As String _
) As String
'Usage
 
Dim instance As IXTLRuntime
Dim lIndex As Integer
Dim bstrFormat As String
Dim value As String
 
value = instance.formatIndex(lIndex, bstrFormat)
[DispId(192)]
string formatIndex( 
   int lIndex,
   string bstrFormat
)

Parameters

lIndex
bstrFormat
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

IXTLRuntime Interface
IXTLRuntime Members

 

 


Send Comment