Miner.Geodatabase.AutoUpdaters Namespace > RelationshipConductorLabelAU Class : Execute Method |
'Declaration
Public MustOverride Sub Execute( _ ByVal relationship As ESRI.ArcGIS.Geodatabase.IRelationship, _ ByVal autoUpdaterMode As mmAutoUpdaterMode, _ ByVal editEvent As mmEditEvent _ )
'Usage
Dim instance As RelationshipConductorLabelAU Dim relationship As ESRI.ArcGIS.Geodatabase.IRelationship Dim autoUpdaterMode As mmAutoUpdaterMode Dim editEvent As mmEditEvent instance.Execute(relationship, autoUpdaterMode, editEvent)
public abstract void Execute( ESRI.ArcGIS.Geodatabase.IRelationship relationship, mmAutoUpdaterMode autoUpdaterMode, mmEditEvent editEvent )
public procedure Execute( relationship: ESRI.ArcGIS.Geodatabase.IRelationship; autoUpdaterMode: mmAutoUpdaterMode; editEvent: mmEditEvent ); abstract;
public __abstract function Execute( relationship : ESRI.ArcGIS.Geodatabase.IRelationship, autoUpdaterMode : mmAutoUpdaterMode, editEvent : mmEditEvent );
public: abstract void Execute( ESRI.ArcGIS.Geodatabase.IRelationship* relationship, mmAutoUpdaterMode autoUpdaterMode, mmEditEvent editEvent )
public: abstract void Execute( ESRI.ArcGIS.Geodatabase.IRelationship^ relationship, mmAutoUpdaterMode autoUpdaterMode, mmEditEvent editEvent )
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