ArcFM Desktop Developer Guide
AggregateUnits Method (RelationshipSynchAU)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Protected Function AggregateUnits( _
   ByVal unitSet As ESRI.ArcGIS.esriSystem.ISet, _
   ByVal relationship As ESRI.ArcGIS.Geodatabase.IRelationship, _
   ByVal editEvent As mmEditEvent, _
   ByVal incomingPhaseDesignFieldIndex As Integer _
) As Integer
'Usage
 
Dim instance As RelationshipSynchAU
Dim unitSet As ESRI.ArcGIS.esriSystem.ISet
Dim relationship As ESRI.ArcGIS.Geodatabase.IRelationship
Dim editEvent As mmEditEvent
Dim incomingPhaseDesignFieldIndex As Integer
Dim value As Integer
 
value = instance.AggregateUnits(unitSet, relationship, editEvent, incomingPhaseDesignFieldIndex)
protected int AggregateUnits( 
   ESRI.ArcGIS.esriSystem.ISet unitSet,
   ESRI.ArcGIS.Geodatabase.IRelationship relationship,
   mmEditEvent editEvent,
   int incomingPhaseDesignFieldIndex
)

Parameters

unitSet
relationship
editEvent
incomingPhaseDesignFieldIndex
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

RelationshipSynchAU Class
RelationshipSynchAU Members

 

 


Send Comment