ArcFM Engine Developer Guide
ArcFMDataSource Constructor(ICircuit,ElectricInfo,ElectricExportScope,ArcFMTransform)


Syntax
'Declaration
 
Public Function New( _
   ByVal circuit As ICircuit, _
   ByVal electricInfo As ElectricInfo, _
   ByVal electricExportScope As ElectricExportScope, _
   ByVal transformer As ArcFMTransform _
)
'Usage
 
Dim circuit As ICircuit
Dim electricInfo As ElectricInfo
Dim electricExportScope As ElectricExportScope
Dim transformer As ArcFMTransform
 
Dim instance As New ArcFMDataSource(circuit, electricInfo, electricExportScope, transformer)
public ArcFMDataSource( 
   ICircuit circuit,
   ElectricInfo electricInfo,
   ElectricExportScope electricExportScope,
   ArcFMTransform transformer
)

Parameters

circuit
electricInfo
electricExportScope
transformer
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

ArcFMDataSource Class
ArcFMDataSource Members
Overload List

 

 


Send Comment