ArcFM Engine Developer Guide
CimInfo Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal electricInfo As ElectricInfo, _
   ByVal cimObjects As IDictionary(Of String,CimObject) _
)
'Usage
 
Dim electricInfo As ElectricInfo
Dim cimObjects As IDictionary(Of String,CimObject)
 
Dim instance As New CimInfo(electricInfo, cimObjects)
public CimInfo( 
   ElectricInfo electricInfo,
   IDictionary<string,CimObject> cimObjects
)

Parameters

electricInfo
cimObjects
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

CimInfo Class
CimInfo Members

 

 


Send Comment