This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficDataManager Interface > ITrafficDataManager.StopEditing Method (ArcObjects .NET 10.4 SDK) |
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, _ ByVal createCompressedFile As Boolean _ )
[C#] public void StopEditing ( string feedFolderPath, bool createCompressedFile );
[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
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.