Responder Developer Guide
CreateCall Method (Call)


Syntax
'Declaration
 
Public Shared Function CreateCall( _
   ByVal id As Integer, _
   ByVal oRIGINATION As Byte _
) As Call
'Usage
 
Dim id As Integer
Dim oRIGINATION As Byte
Dim value As Call
 
value = Call.CreateCall(id, oRIGINATION)
public static Call CreateCall( 
   int id,
   byte oRIGINATION
)

Parameters

id
oRIGINATION
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

Call Class
Call Members

 

 


Send Comment