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


IPlugin.DataSetDefinitionList Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPlugin.DataSetDefinitionList Property

An array of all dataset defintion names that are defined in the TrackingServer that the data link is connected to.

[Visual Basic .NET]
Public ReadOnly Property DataSetDefinitionList As Object
[C#]
public object DataSetDefinitionList {get;}
[C++]
HRESULT get_DataSetDefinitionList(
  VARIANT* pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IPlugin Interface