ArcFM Engine Developer Guide
DebugFormat(String,Object,Object,Object) Method


Syntax
'Declaration
 
Public Overloads Overridable Sub DebugFormat( _
   ByVal format As String, _
   ByVal arg0 As Object, _
   ByVal arg1 As Object, _
   ByVal arg2 As Object _
) 
'Usage
 
Dim instance As NamedLogInstance
Dim format As String
Dim arg0 As Object
Dim arg1 As Object
Dim arg2 As Object
 
instance.DebugFormat(format, arg0, arg1, arg2)
public virtual void DebugFormat( 
   string format,
   object arg0,
   object arg1,
   object arg2
)

Parameters

format
arg0
arg1
arg2
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

NamedLogInstance Class
NamedLogInstance Members
Overload List

 

 


Send Comment