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


IHistoricalWorkspace.RemoveHistoricalMarker Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IH > IHistoricalWorkspace Interface > IHistoricalWorkspace.RemoveHistoricalMarker Method
ArcGIS Developer Help

IHistoricalWorkspace.RemoveHistoricalMarker Method

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

Product Availability

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

Errors Returned

FDO_E_NO_PERMISSION: The user does not have permission to execute the operation.

Remarks

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.

See Also

IHistoricalWorkspace Interface