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


ITableProperties.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcMapUI > ESRI.ArcGIS.ArcMapUI > Interfaces > IT > ITableProperties Interface > ITableProperties.Remove Method
ArcGIS Developer Help

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