ArcObjects Library Reference  (TrackingAnalyst)    

IActionCollection2.ExclusionCategory Property

Action category to be excluded from processing.

[Visual Basic 6.0]
Property ExclusionCategory As enumActionCategory
[Visual Basic .NET]
Public Property ExclusionCategory As enumActionCategory
[C#]
public enumActionCategory ExclusionCategory {get; set;}
[Java]
public enumActionCategory getExclusionCategory()
throws
    IOException,
    AutomationException
[Java]
public void setExclusionCategory(
enumActionCategory pnumActionCategory
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_ExclusionCategory(
  enumActionCategory* pVal
);
[C++]
HRESULT put_ExclusionCategory(
  enumActionCategory pVal

);

[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type enumActionCategory

pVal [in]

  pVal is a parameter of type enumActionCategory

Product Availability

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

See Also

IActionCollection2 Interface

 


Feedback Send feedback on this page