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


IAnimationTypeTimeLayer.GetMDDatasetView Method (ArcObjects .NET 10.5 SDK)
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