ArcFM Desktop Developer Guide
Process Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public MustOverride Sub Process( _
   ByVal dataSource As IDataSource, _
   ByVal cimObjects As IDictionary(Of String,CimObject) _
) 
'Usage
 
Dim instance As PostMappingRule
Dim dataSource As IDataSource
Dim cimObjects As IDictionary(Of String,CimObject)
 
instance.Process(dataSource, cimObjects)
public abstract void Process( 
   IDataSource dataSource,
   IDictionary<string,CimObject> cimObjects
)

Parameters

dataSource
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

PostMappingRule Class
PostMappingRule Members

 

 


Send Comment