ArcFM Engine Developer Guide
Execute Method (CreateDataSources)


Syntax
'Declaration
 
Protected Overrides Function Execute( _
   ByVal scope As ElectricExportScope, _
   ByVal childResult As ElectricInfo _
) As ArcFMDataSources
'Usage
 
Dim instance As CreateDataSources
Dim scope As ElectricExportScope
Dim childResult As ElectricInfo
Dim value As ArcFMDataSources
 
value = instance.Execute(scope, childResult)
protected override ArcFMDataSources Execute( 
   ElectricExportScope scope,
   ElectricInfo childResult
)

Parameters

scope
childResult
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

CreateDataSources Class
CreateDataSources Members

 

 


Send Comment