ArcFM Responder Mobile Developer Guide
AggregateUnits Method (RelationshipSynchAU)






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 System.Integer _
) As System.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 System.Integer
Dim value As System.Integer
 
value = instance.AggregateUnits(unitSet, relationship, editEvent, incomingPhaseDesignFieldIndex)
protected System.int AggregateUnits( 
   ESRI.ArcGIS.esriSystem.ISet unitSet,
   ESRI.ArcGIS.Geodatabase.IRelationship relationship,
   mmEditEvent editEvent,
   System.int incomingPhaseDesignFieldIndex
)
protected function AggregateUnits( 
    unitSet: ESRI.ArcGIS.esriSystem.ISet;
    relationship: ESRI.ArcGIS.Geodatabase.IRelationship;
    editEvent: mmEditEvent;
    incomingPhaseDesignFieldIndex: System.Integer
): System.Integer; 
protected function AggregateUnits( 
   unitSet : ESRI.ArcGIS.esriSystem.ISet,
   relationship : ESRI.ArcGIS.Geodatabase.IRelationship,
   editEvent : mmEditEvent,
   incomingPhaseDesignFieldIndex : System.int
) : System.int;
protected: System.int AggregateUnits( 
   ESRI.ArcGIS.esriSystem.ISet* unitSet,
   ESRI.ArcGIS.Geodatabase.IRelationship* relationship,
   mmEditEvent editEvent,
   System.int incomingPhaseDesignFieldIndex
) 
protected:
System.int AggregateUnits( 
   ESRI.ArcGIS.esriSystem.ISet^ unitSet,
   ESRI.ArcGIS.Geodatabase.IRelationship^ relationship,
   mmEditEvent editEvent,
   System.int incomingPhaseDesignFieldIndex
) 

Parameters

unitSet
relationship
editEvent
incomingPhaseDesignFieldIndex
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RelationshipSynchAU Class
RelationshipSynchAU Members

Send Feedback