Responder Developer Guide
AddInformation Method


Syntax
'Declaration
 
Public Sub AddInformation( _
   ByVal description As String, _
   ByVal phases As Phases _
) 
'Usage
 
Dim instance As PhasingException
Dim description As String
Dim phases As Phases
 
instance.AddInformation(description, phases)
public void AddInformation( 
   string description,
   Phases phases
)

Parameters

description
phases
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

PhasingException Class
PhasingException Members

 

 


Send Comment