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


IExcludedEventIDs.ExcludedTrackingEventIDs Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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