This document is archived and information here might be outdated.  Recommended version.


ITrafficDataManager.StopEditing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITrafficDataManager Interface > ITrafficDataManager.StopEditing Method
ArcGIS Developer Help

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, _
    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 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