Responder Developer Guide
CallSimulation Constructor(String,String)


The unique name used to identify this test case.
A user description to explain this test case.
Constructs a simulation case layout object with the specified unique name and description.
Syntax
'Declaration
 
Public Function New( _
   ByVal name As String, _
   ByVal description As String _
)
'Usage
 
Dim name As String
Dim description As String
 
Dim instance As New CallSimulation(name, description)
public CallSimulation( 
   string name,
   string description
)

Parameters

name
The unique name used to identify this test case.
description
A user description to explain this test case.
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

CallSimulation Class
CallSimulation Members
Overload List

 

 


Send Comment