ArcObjects Library Reference (Carto)  

ITableFactory.TableCategory Property

Category name.

[Visual Basic .NET]
Public ReadOnly Property TableCategory As String
[C#]
public string TableCategory {get;}
[C++]
HRESULT get_TableCategory(
  BSTR* Category
);
[C++]

Parameters

Category [out, retval]   Category is a parameter of type BSTR

Product Availability

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

See Also

ITableFactory Interface