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


ITrackSymbologyRenderer.ExclusionSet Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITrackSymbologyRenderer Interface > ITrackSymbologyRenderer.ExclusionSet Property
ArcGIS Developer Help

ITrackSymbologyRenderer.ExclusionSet Property

An object reference to a temporary drawing exclusion set.

[Visual Basic .NET]
Public WriteOnly Property ExclusionSet
[C#]
public void ExclusionSet {set;}
[C++]
HRESULT putref_ExclusionSet(
  IFeatureIDSet* 
);
[C++]
Parameters
 [in]

is a parameter of type IFeatureIDSet*

Product Availability

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

See Also

ITrackSymbologyRenderer Interface