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


IAnimationTypeTimeLayer.GetTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.GetTable Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pUnk [in]

pUnk is a parameter of type IUnknown

Product Availability

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

See Also

IAnimationTypeTimeLayer Interface