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


IAnimationTypeTimeLayer.GetMDDatasetView 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.GetMDDatasetView Method
ArcGIS Developer Help

IAnimationTypeTimeLayer.GetMDDatasetView Method

Provides access to the MDDatasetview for the input datasource.

[Visual Basic .NET]
Public Function GetMDDatasetView ( _
    ByVal pUnk As Object _
) As IMDDatasetView
[C#]
public IMDDatasetView GetMDDatasetView (
    object pUnk
);
[C++]
HRESULT GetMDDatasetView(
  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