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


IActionHelper.SetFromLayer Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IA > IActionHelper Interface > IActionHelper.SetFromLayer Method
ArcGIS Developer Help

IActionHelper.SetFromLayer Method

Set up the action based on a feature layer.

[Visual Basic .NET]
Public Sub SetFromLayer ( _
    ByVal piLayer As IFeatureLayer _
)
[C#]
public void SetFromLayer (
    IFeatureLayer piLayer
);
[C++]
HRESULT SetFromLayer(
  IFeatureLayer* piLayer
);
[C++]
Parameters
piLayer [in]

piLayer is a parameter of type IFeatureLayer*

Product Availability

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

See Also

IActionHelper Interface