This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.GetTable Method (ArcObjects .NET 10.4 SDK) |
Provides access to the Table for the input datasource.
[Visual Basic .NET] Public Function GetTable ( _ ByVal pUnk As Object _ ) As ITable
[C#] public ITable GetTable ( object pUnk );
[C++]
HRESULT GetTable(
LPUNKNOWN pUnk,
ITable** ppTable
);
[C++]
Parameters pUnk [in] pUnk is a parameter of type LPUNKNOWN ppTable [out, retval]
ppTable is a parameter of type ITable