This document is archived and information here might be outdated. Recommended version. |
Remove a historical marker from this workspace.
[Visual Basic .NET]
Public Sub RemoveHistoricalMarker ( _
ByVal Name As String _
)
[C#]
public void RemoveHistoricalMarker (
string Name
);
[C++]
HRESULT RemoveHistoricalMarker(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR
FDO_E_NO_PERMISSION: The user does not have permission to execute the operation.
The RemoveHistoricalMarker method removes the specified historical marker from the workspace.
Removing a historical marker modifies the geodatabase's system tables and explicitly performs a database commit, and should therefore not be done during an edit session.
The DEFAULT historical marker can not be deleted.