ArcFM Engine Developer Guide
Info(String,Object) Method


Syntax
'Declaration
 
Overloads Sub Info( _
   ByVal name As String, _
   ByVal message As Object _
) 
'Usage
 
Dim instance As INameLog
Dim name As String
Dim message As Object
 
instance.Info(name, message)
void Info( 
   string name,
   object message
)

Parameters

name
message
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

INameLog Interface
INameLog Members
Overload List

 

 


Send Comment