ArcFM Responder Mobile Developer Guide
PlaybackFromLastNonEdit Method






non-edit operation
update mode for the playback
Play back edits starting after the most recent non-edit operation specified by eOp
Syntax
'Declaration
 
Public Sub PlaybackFromLastNonEdit( _
   ByVal eOp As mmExportOperationType, _
   ByVal updateMode As mmAutoUpdaterMode _
) 
'Usage
 
Dim instance As EditLogMonitor
Dim eOp As mmExportOperationType
Dim updateMode As mmAutoUpdaterMode
 
instance.PlaybackFromLastNonEdit(eOp, updateMode)
public void PlaybackFromLastNonEdit( 
   mmExportOperationType eOp,
   mmAutoUpdaterMode updateMode
)
public procedure PlaybackFromLastNonEdit( 
    eOp: mmExportOperationType;
    updateMode: mmAutoUpdaterMode
); 
public function PlaybackFromLastNonEdit( 
   eOp : mmExportOperationType,
   updateMode : mmAutoUpdaterMode
);
public: void PlaybackFromLastNonEdit( 
   mmExportOperationType eOp,
   mmAutoUpdaterMode updateMode
) 
public:
void PlaybackFromLastNonEdit( 
   mmExportOperationType eOp,
   mmAutoUpdaterMode updateMode
) 

Parameters

eOp
non-edit operation
updateMode
update mode for the playback
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

EditLogMonitor Class
EditLogMonitor Members

Send Feedback