ArcFM Engine Developer Guide
CreateCall Method


Create a new call object for the specificed account and feature.
Syntax
'Declaration
 
Public Shared Function CreateCall( _
   ByVal account As String, _
   ByVal feature As FeatureID, _
   ByVal region As Nullable(Of Integer), _
   ByVal critical As Nullable(Of CriticalTypeDomain) _
) As CallsObject
'Usage
 
Dim account As String
Dim feature As FeatureID
Dim region As Nullable(Of Integer)
Dim critical As Nullable(Of CriticalTypeDomain)
Dim value As CallsObject
 
value = SubmitCallCommand.CreateCall(account, feature, region, critical)
public static CallsObject CreateCall( 
   string account,
   FeatureID feature,
   Nullable<int> region,
   Nullable<CriticalTypeDomain> critical
)

Parameters

account
feature
region
critical
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

SubmitCallCommand Class
SubmitCallCommand Members

 

 


Send Comment