This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableFactory Interface > ITableFactory.Create Method (ArcObjects .NET 10.5 SDK) |
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,
IEnumTable** tables
);
[C++]
Parameters inputObject [in] inputObject is a parameter of type LPUNKNOWN tables [out, retval]
tables is a parameter of type IEnumTable