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


ITableFactory.Create Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableFactory Interface > ITableFactory.Create Method
ArcGIS Developer Help

ITableFactory.Create Method

Creates table(s) based on the specified object.

[Visual Basic .NET]
Public Function Create ( _
    ByVal inputObject As Object _
) As IEnumTable
[C#]
public IEnumTable Create (
    object inputObject
);
[C++]
HRESULT Create(
  LPUNKNOWN inputObject
);
[C++]
Parameters
inputObject [in]

inputObject is a parameter of type IUnknown

Product Availability

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

See Also

ITableFactory Interface