ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef.ID Property

Identifies ID value for dataset definition.

[Visual Basic .NET]
Public ReadOnly Property ID As String
[C#]
public string ID {get;}
[C++]
HRESULT get_ID(
  BSTR* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type BSTR

Product Availability

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

See Also

IDatasetDef Interface