Miner.Interop.Geodatabase Assembly > Miner.Interop Namespace > IMMSpecialAUStrategy Interface : Execute Method |
'Declaration Sub Execute( _ ByVal pObj As ESRI.ArcGIS.Geodatabase.IObject _ )
'Usage Dim instance As IMMSpecialAUStrategy Dim pObj As ESRI.ArcGIS.Geodatabase.IObject instance.Execute(pObj)
void Execute( ESRI.ArcGIS.Geodatabase.IObject pObj )
This object is passed in when ArcFM executes the AU strategy. This is the "incoming" object being edited. The following code sample demonstrates how the IMMSpecialAUStrategy::Execute method may be implemented. The sample below is from the ArcFM Place Work Location autoupdater developer sample.
Visual Basic | Copy Code | |
---|---|---|
|
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.