ArcObjects Library Reference (Animation)  

IAnimationTypeTimeLayer.GetTable Method

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

Product Availability

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

See Also

IAnimationTypeTimeLayer Interface