This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAnimationTypeTimeLayer Interface > IAnimationTypeTimeLayer.GetMDDatasetView Method (ArcObjects .NET 10.4 SDK) |
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