ArcFM Desktop Developer Guide
PlaybackFromLastNonEdit Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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
)

Parameters

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

EditLogMonitor Class
EditLogMonitor Members

 

 


Send Comment