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


ITableProperties.Remove Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (ArcMapUI)  

ITableProperties.Remove Method

Remove a table property.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal pTableProperty As ITableProperty _
)
[C#]
public void Remove (
    ITableProperty pTableProperty
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableProperties Interface