ArcObjects Library Reference (Animation)  

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,
  IMDDatasetView** ppMDView
);
[C++]

Parameters

pUnk [in]   pUnk is a parameter of type LPUNKNOWN ppMDView [out, retval]

  ppMDView is a parameter of type IMDDatasetView

Product Availability

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

See Also

IAnimationTypeTimeLayer Interface