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


IInfoTableOnlyWorkspaceEdit.StartEditingTablesOnly Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

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 VARIANT_BOOL

Product Availability

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

See Also

IInfoTableOnlyWorkspaceEdit Interface