ArcObjects Library Reference (GeoDatabase)  

ITrafficDataManager.StopEditing Method

Stops the current edit session and writes all current edits to a new dynamic traffic file in the specified folder.

[Visual Basic .NET]
Public Sub StopEditing ( _
    ByVal feedFolderPath As String _
)
[C#]
public void StopEditing (
    string feedFolderPath
);
[C++]
HRESULT StopEditing(
  BSTR feedFolderPath,
  VARIANT_BOOL createCompressedFile
);
[C++]

Parameters

feedFolderPath [in]   feedFolderPath is a parameter of type BSTR createCompressedFile [in]   createCompressedFile is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

StartEditing must be called before Insert and StopEditing, in order to begin the process of creating a dynamic traffic file. 

FeedFolderPath is a path to the directory that will hold the dynamic traffic files.

See Also

ITrafficDataManager Interface