ArcFM Desktop Developer Guide
Execute Method (SheathLengthAu)


The object that the event is connected to
The type of event that occurred
This is the entry point of the SheathLength (Fiber Optic Cable Length) AU
Syntax
'Declaration
 
Public Sub Execute( _
   ByVal pObject As IObject, _
   ByVal eAuMode As mmAutoUpdaterMode, _
   ByVal eEvent As mmEditEvent _
) 
'Usage
 
Dim instance As SheathLengthAu
Dim pObject As IObject
Dim eAuMode As mmAutoUpdaterMode
Dim eEvent As mmEditEvent
 
instance.Execute(pObject, eAuMode, eEvent)
public void Execute( 
   IObject pObject,
   mmAutoUpdaterMode eAuMode,
   mmEditEvent eEvent
)

Parameters

pObject
The object that the event is connected to
eAuMode
eEvent
The type of event that occurred
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

SheathLengthAu Class
SheathLengthAu Members

 

 


Send Comment