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


IInfoTableOnlyWorkspaceEdit.StartEditingTablesOnly Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > II > IInfoTableOnlyWorkspaceEdit Interface > IInfoTableOnlyWorkspaceEdit.StartEditingTablesOnly Method
ArcGIS Developer Help

IInfoTableOnlyWorkspaceEdit.StartEditingTablesOnly Method

Start editing standalone Info Tables only.

[Visual Basic .NET]
Public Sub StartEditingTablesOnly ( _
    ByVal withUndoRedo As Boolean _
)
[C#]
public void StartEditingTablesOnly (
    bool withUndoRedo
);
[C++]
HRESULT StartEditingTablesOnly(
  VARIANT_BOOL withUndoRedo
);
[C++]
Parameters
withUndoRedo [in]

withUndoRedo is a parameter of type bool

Product Availability

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

See Also

IInfoTableOnlyWorkspaceEdit Interface