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


ITableEditResult.LayerOrTableID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITableEditResult.LayerOrTableID Property

Table ID.

[Visual Basic .NET]
Public ReadOnly Property LayerOrTableID As Integer
[C#]
public int LayerOrTableID {get;}
[C++]
HRESULT get_LayerOrTableID(
  long* LayerOrTableID
);
[C++]

Parameters LayerOrTableID [out, retval] LayerOrTableID is a parameter of type long

Product Availability

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

See Also

ITableEditResult Interface