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


IActionHelper.SetFromLayer Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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