This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IP > IPlugin Interface > IPlugin.GetDataSetDefinition Method (ArcObjects .NET 10.5 SDK) |
Gets dataset definition information for the data link.
[Visual Basic .NET] Public Function getDataSetDefinition ( _ ByVal bstrName As String _ ) As IDatasetDef
[C#] public IDatasetDef getDataSetDefinition ( string bstrName );
[C++]
HRESULT getDataSetDefinition(
BSTR bstrName,
IDatasetDef** ppiDataSetDef
);
[C++]
Parameters bstrName [in] bstrName is a parameter of type BSTR ppiDataSetDef [out, retval]
ppiDataSetDef is a parameter of type IDatasetDef