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


IExcludedEventIDs.ExcludedTrackingEventIDs Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IE > IExcludedEventIDs Interface > IExcludedEventIDs.ExcludedTrackingEventIDs Property
ArcGIS Developer Help

IExcludedEventIDs.ExcludedTrackingEventIDs Property

String array of EventIDs to be permanently purged and ignored.

[Visual Basic .NET]
Public Property ExcludedTrackingEventIDs As IStringArray
[C#]
public IStringArray ExcludedTrackingEventIDs {get; set;}
[C++]
HRESULT get_ExcludedTrackingEventIDs(
  IStringArray** pVal
);
[C++]
HRESULT put_ExcludedTrackingEventIDs(
  IStringArray* pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type IStringArray** pVal [in]
pVal is a parameter of type IStringArray*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IExcludedEventIDs Interface