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


IActionCollection2.MaximumDepth Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IActionCollection2.MaximumDepth Property

Maximum number of nested action levels to be processed.

[Visual Basic .NET]
Public Property MaximumDepth As Integer
[C#]
public int MaximumDepth {get; set;}
[C++]
HRESULT get_MaximumDepth(
  Long* pVal
);
[C++]
HRESULT put_MaximumDepth(
  Long pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type Long pVal [in] pVal is a parameter of type Long

Product Availability

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

See Also

IActionCollection2 Interface