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


IConditionalActionSetup.ActionLayer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IC > IConditionalActionSetup Interface > IConditionalActionSetup.ActionLayer Property
ArcGIS Developer Help

IConditionalActionSetup.ActionLayer Property

Get TODO.

[Visual Basic .NET]
Public Property ActionLayer As ILayer
[C#]
public ILayer ActionLayer {get; set;}
[C++]
HRESULT get_ActionLayer(
  ILayer** ippActionLayer
);
[C++]
HRESULT putref_ActionLayer(
  ILayer* ippActionLayer
);
[C++]
Parameters
ippActionLayer [out, retval]

ippActionLayer is a parameter of type ILayer** ippActionLayer [in]
ippActionLayer is a parameter of type ILayer*

Product Availability

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

See Also

IConditionalActionSetup Interface